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="arg1" use="literal">
  7.         </soap:header>
  8.         <soap:body parts="parameters" use="literal" />
  9.       </wsdl:input>
  10.       <wsdl:output name="sayHelloResponse">
  11.         <soap:body use="literal" />
  12.       </wsdl:output>
  13.     </wsdl:operation>
  14.   </wsdl:binding>