<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IAIRMailWSservice" targetNamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/">
  <message name="SendMailFileText0Request">
    <part name="UserID" type="xs:string"/>
    <part name="Password" type="xs:string"/>
    <part name="ToUserID" type="xs:string"/>
    <part name="Filename" type="xs:string"/>
    <part name="Description" type="xs:string"/>
    <part name="MailFileText" type="xs:string"/>
    <part name="Comment" type="xs:string"/>
  </message>
  <message name="SendMailFileText0Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="SendMailFileBinary1Request">
    <part name="UserID" type="xs:string"/>
    <part name="Password" type="xs:string"/>
    <part name="ToUserID" type="xs:string"/>
    <part name="Filename" type="xs:string"/>
    <part name="Description" type="xs:string"/>
    <part name="MailFileBinary" type="xs:base64Binary"/>
    <part name="Comment" type="xs:string"/>
  </message>
  <message name="SendMailFileBinary1Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetWaitingMailList2Request">
    <part name="UserID" type="xs:string"/>
    <part name="Password" type="xs:string"/>
  </message>
  <message name="GetWaitingMailList2Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetWaitingMail3Request">
    <part name="UserID" type="xs:string"/>
    <part name="Password" type="xs:string"/>
    <part name="Filename" type="xs:string"/>
  </message>
  <message name="GetWaitingMail3Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="SendGotWaitingMail4Request">
    <part name="UserID" type="xs:string"/>
    <part name="Password" type="xs:string"/>
    <part name="Filename" type="xs:string"/>
  </message>
  <message name="SendGotWaitingMail4Response"/>
  <message name="GetNewsFlash5Request">
    <part name="UserID" type="xs:string"/>
    <part name="Password" type="xs:string"/>
  </message>
  <message name="GetNewsFlash5Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="SubmitLazyGinClassingRequest6Request">
    <part name="CompanyID" type="xs:string"/>
    <part name="AIRMailPassword" type="xs:string"/>
    <part name="GinID" type="xs:int"/>
    <part name="ClassingPassword" type="xs:string"/>
    <part name="BaleListText" type="xs:string"/>
  </message>
  <message name="SubmitLazyGinClassingRequest6Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetNewClassingUSDA7Request">
    <part name="CompanyID" type="xs:string"/>
    <part name="AIRMailPassword" type="xs:string"/>
    <part name="GinID" type="xs:int"/>
  </message>
  <message name="GetNewClassingUSDA7Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetMailListDetailed8Request">
    <part name="UserID" type="xs:string"/>
    <part name="Password" type="xs:string"/>
    <part name="FromHistory" type="xs:boolean"/>
  </message>
  <message name="GetMailListDetailed8Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetMailFileBinary9Request">
    <part name="UserID" type="xs:string"/>
    <part name="Password" type="xs:string"/>
    <part name="Filename" type="xs:string"/>
    <part name="FromHistory" type="xs:boolean"/>
  </message>
  <message name="GetMailFileBinary9Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="AuthenticateOnly10Request">
    <part name="CompanyID" type="xs:string"/>
    <part name="AIRMailPassword" type="xs:string"/>
  </message>
  <message name="AuthenticateOnly10Response"/>
  <portType name="IAIRMailWS">
    <operation name="SendMailFileText">
      <input message="tns:SendMailFileText0Request"/>
      <output message="tns:SendMailFileText0Response"/>
    </operation>
    <operation name="SendMailFileBinary">
      <input message="tns:SendMailFileBinary1Request"/>
      <output message="tns:SendMailFileBinary1Response"/>
    </operation>
    <operation name="GetWaitingMailList">
      <input message="tns:GetWaitingMailList2Request"/>
      <output message="tns:GetWaitingMailList2Response"/>
    </operation>
    <operation name="GetWaitingMail">
      <input message="tns:GetWaitingMail3Request"/>
      <output message="tns:GetWaitingMail3Response"/>
    </operation>
    <operation name="SendGotWaitingMail">
      <input message="tns:SendGotWaitingMail4Request"/>
      <output message="tns:SendGotWaitingMail4Response"/>
    </operation>
    <operation name="GetNewsFlash">
      <input message="tns:GetNewsFlash5Request"/>
      <output message="tns:GetNewsFlash5Response"/>
    </operation>
    <operation name="SubmitLazyGinClassingRequest">
      <input message="tns:SubmitLazyGinClassingRequest6Request"/>
      <output message="tns:SubmitLazyGinClassingRequest6Response"/>
    </operation>
    <operation name="GetNewClassingUSDA">
      <input message="tns:GetNewClassingUSDA7Request"/>
      <output message="tns:GetNewClassingUSDA7Response"/>
    </operation>
    <operation name="GetMailListDetailed">
      <input message="tns:GetMailListDetailed8Request"/>
      <output message="tns:GetMailListDetailed8Response"/>
    </operation>
    <operation name="GetMailFileBinary">
      <input message="tns:GetMailFileBinary9Request"/>
      <output message="tns:GetMailFileBinary9Response"/>
    </operation>
    <operation name="AuthenticateOnly">
      <input message="tns:AuthenticateOnly10Request"/>
      <output message="tns:AuthenticateOnly10Response"/>
    </operation>
  </portType>
  <binding name="IAIRMailWSbinding" type="tns:IAIRMailWS">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="SendMailFileText">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:AIRMailWSIntf-IAIRMailWS#SendMailFileText" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AIRMailWSIntf-IAIRMailWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AIRMailWSIntf-IAIRMailWS"/>
      </output>
    </operation>
    <operation name="SendMailFileBinary">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:AIRMailWSIntf-IAIRMailWS#SendMailFileBinary" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AIRMailWSIntf-IAIRMailWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AIRMailWSIntf-IAIRMailWS"/>
      </output>
    </operation>
    <operation name="GetWaitingMailList">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:AIRMailWSIntf-IAIRMailWS#GetWaitingMailList" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AIRMailWSIntf-IAIRMailWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AIRMailWSIntf-IAIRMailWS"/>
      </output>
    </operation>
    <operation name="GetWaitingMail">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:AIRMailWSIntf-IAIRMailWS#GetWaitingMail" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AIRMailWSIntf-IAIRMailWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AIRMailWSIntf-IAIRMailWS"/>
      </output>
    </operation>
    <operation name="SendGotWaitingMail">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:AIRMailWSIntf-IAIRMailWS#SendGotWaitingMail" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AIRMailWSIntf-IAIRMailWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AIRMailWSIntf-IAIRMailWS"/>
      </output>
    </operation>
    <operation name="GetNewsFlash">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:AIRMailWSIntf-IAIRMailWS#GetNewsFlash" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AIRMailWSIntf-IAIRMailWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AIRMailWSIntf-IAIRMailWS"/>
      </output>
    </operation>
    <operation name="SubmitLazyGinClassingRequest">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:AIRMailWSIntf-IAIRMailWS#SubmitLazyGinClassingRequest" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AIRMailWSIntf-IAIRMailWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AIRMailWSIntf-IAIRMailWS"/>
      </output>
    </operation>
    <operation name="GetNewClassingUSDA">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:AIRMailWSIntf-IAIRMailWS#GetNewClassingUSDA" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AIRMailWSIntf-IAIRMailWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AIRMailWSIntf-IAIRMailWS"/>
      </output>
    </operation>
    <operation name="GetMailListDetailed">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:AIRMailWSIntf-IAIRMailWS#GetMailListDetailed" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AIRMailWSIntf-IAIRMailWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AIRMailWSIntf-IAIRMailWS"/>
      </output>
    </operation>
    <operation name="GetMailFileBinary">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:AIRMailWSIntf-IAIRMailWS#GetMailFileBinary" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AIRMailWSIntf-IAIRMailWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AIRMailWSIntf-IAIRMailWS"/>
      </output>
    </operation>
    <operation name="AuthenticateOnly">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:AIRMailWSIntf-IAIRMailWS#AuthenticateOnly" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AIRMailWSIntf-IAIRMailWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AIRMailWSIntf-IAIRMailWS"/>
      </output>
    </operation>
  </binding>
  <service name="IAIRMailWSservice">
    <port name="IAIRMailWSPort" binding="tns:IAIRMailWSbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="https://secure.ecotton.com/WebServices/AIRMailWS/AIRMailWebService.dll/soap/IAIRMailWS"/>
    </port>
  </service>
</definitions>

