<?xml version="1.0" encoding="UTF-8"?>
<definitions name="acq2xx"
 targetNamespace="http://www.d-tacq.com"
 xmlns:tns="http://www.d-tacq.com"
 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
 xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 xmlns:acq2xx="http://www.d-tacq.com"
 xmlns:SOAP="http://schemas.xmlsoap.org/wsdl/soap/"
 xmlns:MIME="http://schemas.xmlsoap.org/wsdl/mime/"
 xmlns:DIME="http://schemas.xmlsoap.org/ws/2002/04/dime/wsdl/"
 xmlns:WSDL="http://schemas.xmlsoap.org/wsdl/"
 xmlns="http://schemas.xmlsoap.org/wsdl/">

<types>

 <schema targetNamespace="http://www.d-tacq.com"
  xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
  xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  xmlns:acq2xx="http://www.d-tacq.com"
  xmlns="http://www.w3.org/2001/XMLSchema"
  elementFormDefault="qualified"
  attributeFormDefault="qualified">
  <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>

  <!-- operation request element -->
  <element name="acq2sh">
   <complexType>
    <sequence>
     <element name="command" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
    </sequence>
   </complexType>
  </element>
  <!-- operation response element -->
  <element name="acq2shResponse">
   <complexType>
    <sequence>
     <element name="response" type="xsd:string" minOccurs="1" maxOccurs="1"/>
    </sequence>
   </complexType>
  </element>
 </schema>

</types>



<message name="acq2shRequest">
 <part name="parameters" element="acq2xx:acq2sh"/>
</message>

<message name="acq2shResponse">
 <part name="parameters" element="acq2xx:acq2shResponse"/>
</message>


<portType name="acq2xxPortType">

 <operation name="acq2sh">
  <documentation>Service definition of function acq2xx__acq2sh</documentation>
  <input message="tns:acq2shRequest"/>
  <output message="tns:acq2shResponse"/>
 </operation>

</portType>

<binding name="acq2xx" type="tns:acq2xxPortType">
 <SOAP:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
 <operation name="acq2sh">
  <SOAP:operation soapAction=""/>
  <input>
     <SOAP:body parts="parameters" use="literal"/>
  </input>
  <output>
     <SOAP:body parts="parameters" use="literal"/>
  </output>
 </operation>
</binding>

<service name="acq2xx">
 <documentation>gSOAP 2.7.8c generated service definition</documentation>
 <port name="acq2xx" binding="tns:acq2xx">
  <SOAP:address location="http://islay:5678"/>
 </port>
</service>

</definitions>

