.. />
Request / Response
Notification
Solicit / Response
WSDL Binding
The
elements of the WSDL document describe concrete protocols for
the operations (portType's) described by WSDL. In the following code sample, the
operation from the tns:helloPortType is bound to a soap transport using a
document encoding style.
"http://schemas.xmlsoap.org/soap/http"/>
Chapter 6
[ 121 ]
WSDL Service
The
section of the WSDL document describes concrete endpoint ports
for the binding, specified in the
section. In the following code, we
can see that the binding is for a SOAP-based service with a URL endpoint
(http://localhost:18181/helloService/helloPort).
Pages:
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121