<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://pilotdelivers.com/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://pilotdelivers.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://pilotdelivers.com/">
      <s:element name="HelloWorld">
        <s:complexType />
      </s:element>
      <s:element name="HelloWorldResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="HelloWorldResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ServiceInfo">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sOriginZip" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sDestZip" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ServiceInfoResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ServiceInfoResult">
              <s:complexType>
                <s:sequence>
                  <s:element ref="s:schema" />
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="FindOriginByZip">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sZip" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="FindOriginByZipResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="FindOriginByZipResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string" />
      <s:element name="DataSet" nillable="true">
        <s:complexType>
          <s:sequence>
            <s:element ref="s:schema" />
            <s:any />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="HelloWorldSoapIn">
    <wsdl:part name="parameters" element="tns:HelloWorld" />
  </wsdl:message>
  <wsdl:message name="HelloWorldSoapOut">
    <wsdl:part name="parameters" element="tns:HelloWorldResponse" />
  </wsdl:message>
  <wsdl:message name="ServiceInfoSoapIn">
    <wsdl:part name="parameters" element="tns:ServiceInfo" />
  </wsdl:message>
  <wsdl:message name="ServiceInfoSoapOut">
    <wsdl:part name="parameters" element="tns:ServiceInfoResponse" />
  </wsdl:message>
  <wsdl:message name="FindOriginByZipSoapIn">
    <wsdl:part name="parameters" element="tns:FindOriginByZip" />
  </wsdl:message>
  <wsdl:message name="FindOriginByZipSoapOut">
    <wsdl:part name="parameters" element="tns:FindOriginByZipResponse" />
  </wsdl:message>
  <wsdl:message name="HelloWorldHttpGetIn" />
  <wsdl:message name="HelloWorldHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="ServiceInfoHttpGetIn">
    <wsdl:part name="sOriginZip" type="s:string" />
    <wsdl:part name="sDestZip" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ServiceInfoHttpGetOut">
    <wsdl:part name="Body" element="tns:DataSet" />
  </wsdl:message>
  <wsdl:message name="FindOriginByZipHttpGetIn">
    <wsdl:part name="sZip" type="s:string" />
  </wsdl:message>
  <wsdl:message name="FindOriginByZipHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="HelloWorldHttpPostIn" />
  <wsdl:message name="HelloWorldHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="ServiceInfoHttpPostIn">
    <wsdl:part name="sOriginZip" type="s:string" />
    <wsdl:part name="sDestZip" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ServiceInfoHttpPostOut">
    <wsdl:part name="Body" element="tns:DataSet" />
  </wsdl:message>
  <wsdl:message name="FindOriginByZipHttpPostIn">
    <wsdl:part name="sZip" type="s:string" />
  </wsdl:message>
  <wsdl:message name="FindOriginByZipHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:portType name="wsCoPilotSGSoap">
    <wsdl:operation name="HelloWorld">
      <wsdl:input message="tns:HelloWorldSoapIn" />
      <wsdl:output message="tns:HelloWorldSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ServiceInfo">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets service info for the provided origin and destination zip code.</wsdl:documentation>
      <wsdl:input message="tns:ServiceInfoSoapIn" />
      <wsdl:output message="tns:ServiceInfoSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="FindOriginByZip">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the origin airport associated with the provided zip code.</wsdl:documentation>
      <wsdl:input message="tns:FindOriginByZipSoapIn" />
      <wsdl:output message="tns:FindOriginByZipSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="wsCoPilotSGHttpGet">
    <wsdl:operation name="HelloWorld">
      <wsdl:input message="tns:HelloWorldHttpGetIn" />
      <wsdl:output message="tns:HelloWorldHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="ServiceInfo">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets service info for the provided origin and destination zip code.</wsdl:documentation>
      <wsdl:input message="tns:ServiceInfoHttpGetIn" />
      <wsdl:output message="tns:ServiceInfoHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="FindOriginByZip">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the origin airport associated with the provided zip code.</wsdl:documentation>
      <wsdl:input message="tns:FindOriginByZipHttpGetIn" />
      <wsdl:output message="tns:FindOriginByZipHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="wsCoPilotSGHttpPost">
    <wsdl:operation name="HelloWorld">
      <wsdl:input message="tns:HelloWorldHttpPostIn" />
      <wsdl:output message="tns:HelloWorldHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="ServiceInfo">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets service info for the provided origin and destination zip code.</wsdl:documentation>
      <wsdl:input message="tns:ServiceInfoHttpPostIn" />
      <wsdl:output message="tns:ServiceInfoHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="FindOriginByZip">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the origin airport associated with the provided zip code.</wsdl:documentation>
      <wsdl:input message="tns:FindOriginByZipHttpPostIn" />
      <wsdl:output message="tns:FindOriginByZipHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="wsCoPilotSGSoap" type="tns:wsCoPilotSGSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="HelloWorld">
      <soap:operation soapAction="http://pilotdelivers.com/HelloWorld" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ServiceInfo">
      <soap:operation soapAction="http://pilotdelivers.com/ServiceInfo" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FindOriginByZip">
      <soap:operation soapAction="http://pilotdelivers.com/FindOriginByZip" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="wsCoPilotSGSoap12" type="tns:wsCoPilotSGSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="HelloWorld">
      <soap12:operation soapAction="http://pilotdelivers.com/HelloWorld" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ServiceInfo">
      <soap12:operation soapAction="http://pilotdelivers.com/ServiceInfo" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FindOriginByZip">
      <soap12:operation soapAction="http://pilotdelivers.com/FindOriginByZip" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="wsCoPilotSGHttpGet" type="tns:wsCoPilotSGHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="HelloWorld">
      <http:operation location="/HelloWorld" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ServiceInfo">
      <http:operation location="/ServiceInfo" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FindOriginByZip">
      <http:operation location="/FindOriginByZip" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="wsCoPilotSGHttpPost" type="tns:wsCoPilotSGHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="HelloWorld">
      <http:operation location="/HelloWorld" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ServiceInfo">
      <http:operation location="/ServiceInfo" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FindOriginByZip">
      <http:operation location="/FindOriginByZip" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="wsCoPilotSG">
    <wsdl:port name="wsCoPilotSGSoap" binding="tns:wsCoPilotSGSoap">
      <soap:address location="https://pilotws.pilotdelivers.com/copilotforms/wsCoPilotSG.asmx" />
    </wsdl:port>
    <wsdl:port name="wsCoPilotSGSoap12" binding="tns:wsCoPilotSGSoap12">
      <soap12:address location="https://pilotws.pilotdelivers.com/copilotforms/wsCoPilotSG.asmx" />
    </wsdl:port>
    <wsdl:port name="wsCoPilotSGHttpGet" binding="tns:wsCoPilotSGHttpGet">
      <http:address location="https://pilotws.pilotdelivers.com/copilotforms/wsCoPilotSG.asmx" />
    </wsdl:port>
    <wsdl:port name="wsCoPilotSGHttpPost" binding="tns:wsCoPilotSGHttpPost">
      <http:address location="https://pilotws.pilotdelivers.com/copilotforms/wsCoPilotSG.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>