SOAP 1.2 over HTTP binding example


<binding name="ValidatorSoapHttpGet"
                 interface="val:ValidatorInterface">
  <soap:binding
    transport="http://www.w3.org/2002/12/soap/bindings/HTTP/">
  <property
    uri='http://www.w3.org/2002/12/soap/features/web-method/Method'>
    <value>GET</value>
  </property>
  <http:operation location="/soap/" />
  <operation name="getResult">
    <http:operation location="getResult" />
    <input />
    <output/>
  </operation>
</binding>