Example WSDL with a SOAP Binding

The following is an example of a WSDL that contains a SOAP binding, which is required before a service can be tested.

  <wsdl:binding name="Calc_Binding " type="tns:Calc">
     <soap:binding style="document" 
transport="http://schemas.xmlsoap.org/soap/http"/> 
     <wsdl:operation name="add"> 
     ...

Send your feedback on this help topic to Sybase Tech Pubs: pubs@sybase.com