<binding name="HelloBinding" type="tns:HelloPort">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
<operation name="doHello">
<soap:operation soapAction="urn:HelloAction" />
<input>
<soap:body use="encoded" namespace="urn:Hello" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="urn:Hello" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
</binding>
To simply, look this picture:

Next, we will talk about services.
| Series this article: Web Services - WSDL: Anatomy of WSDL Document Web Services - WSDL: Sample WSDL Document Web Services - WSDL: Types Web Services - WSDL: Messages Web Services - WSDL: Port Types Web Services - WSDL: Bindings Web Services - WSDL: Service Web Services - WSDL: Creating SOAP Server Web Services - WSDL: Testing with SOAP Client Tag: web services, wsdl, binding Category: PHP Application Post : April 10th 2008 Read: 2,847 blog comments powered by Disqus |