<?xml version="1.0" encoding="UTF-8"?>
<definitions targetNamespace="urn:OrgWSSGateway" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:OrgWSSGateway" xmlns:intf="urn:OrgWSSGateway" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

   <message name="wm_strutturaRequest">

      <part name="logonCredentials" type="xsd:string"/>

      <part name="filtro" type="xsd:string"/>

   </message>

   <message name="wm_strutturaResponse">

      <part name="wm_strutturaReturn" type="xsd:string"/>

   </message>

   <portType name="OrgWSSGateway">

      <operation name="wm_struttura" parameterOrder="logonCredentials filtro">

         <input message="impl:wm_strutturaRequest" name="wm_strutturaRequest"/>

         <output message="impl:wm_strutturaResponse" name="wm_strutturaResponse"/>

      </operation>

   </portType>

   <binding name="OrgWSSGatewaySoapBinding" type="impl:OrgWSSGateway">

      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>

      <operation name="wm_struttura">

         <wsdlsoap:operation soapAction=""/>

         <input name="wm_strutturaRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:OrgWSSGateway" use="encoded"/>

         </input>

         <output name="wm_strutturaResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:OrgWSSGateway" use="encoded"/>

         </output>

      </operation>

   </binding>

   <service name="OrgWSSGatewayService">

      <port binding="impl:OrgWSSGatewaySoapBinding" name="OrgWSSGateway">

         <wsdlsoap:address location="http://localhost:8080/client/services/OrgWSSGateway"/>

      </port>

   </service>

</definitions>