SOAP 1.1 Binding Example


Current approach:

. . .
<binding name="SoapBinding" interface="m:CompleteInterface"
type="http://www.w3.org/@@@@/@@/wsdl/soap" wsoap:version="1.1"
wsoap:protocol="http://www.w3.org/@@@@/@@/soap11/bindings/HTTP"/>
<operation ref="m:location"/>
<operation ref="m:set">
<input messageLabel="In">
<wsoap:module required="true"
uri="http://accurateweather.example/mySecurityExtension"/>

</input>
<output messageLabel="Out"/>
</operation>
</binding>
. . .