Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.   <wsdl:binding name="HelloServiceSoapBinding" type="tns:Hello">
  2.     <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
  3.     <wsdl:operation name="sayHello">
  4.       <soap:operation soapAction="" style="document" />
  5.       <wsdl:input name="sayHello">
  6.         <soap:header message="tns:sayHello" part="AuthHeader" use="literal">
  7.         </soap:header>
  8.         <soap:body parts="parameters" use="literal" />
  9.       </wsdl:input>
  10.       <wsdl:output name="sayHelloResponse">
  11.         <soap:header message="tns:sayHelloResponse" part="AuthHeader" use="literal">
  12.         </soap:header>
  13.         <soap:body parts="result" use="literal" />
  14.       </wsdl:output>
  15.     </wsdl:operation>
  16.   </wsdl:binding>