SOAP 1.2 Binding Example


<binding name="SoapBinding" interface="m:CompleteInterface"
  type="http://www.w3.org/2005/05/wsdl/soap"
  wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/"/>
  <!-- Use of MTOM -->
  <wsoap:module
   uri="http://www.w3.org/2004/08/soap/features/http-optimization"/>
  <operation ref="m:location"/>
  <operation ref="m:set">
    <input messageLabel="In">
      <!-- Required use of a security extension -->
      <wsoap:module required="true"
      uri="http://accurateweather.example/mySecurityExtension"/>
    </input>
    <output messageLabel="Out"/>
  </operation>
</binding>