WSDL Interface Example


<interface name="Service1HttpGet">
  <operation name="getResult"
      pattern="http://www.w3.org/2003/04/wsdl/in-out">
      <input message="s0:getResultHttpGetIn">
         <part element="s0:getResultRequest"/>
      </input>
      <output message="s0:getResultHttpGetOut">
         <part element="s0:getResultResponse"/>
      </output>
  </operation>
</interface>