<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://peninsulatruck.com/WebServices/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://peninsulatruck.com/WebServices/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://peninsulatruck.com/WebServices/">
      <s:element name="CreateQuote">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="UserId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Account" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="OrigZip" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="DestZip" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ClassList" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="WeightList" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="AccessorialList" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreateQuoteResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreateQuoteResult" type="tns:rateQuote" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="rateQuote">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="quote" type="tns:quoteDetail" />
          <s:element minOccurs="0" maxOccurs="1" name="errors" type="tns:quoteError" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="quoteDetail">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="quoteNumber" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="quoteDate" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="quoteExpirationDate" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="accountNumber" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="grossCharge" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="discountAmount" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="accessorialAmount" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="fscAmount" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="totalCharge" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="gsNoonAmount" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="gsAmAmount" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="movePoints" type="tns:ArrayOfMovePoint" />
          <s:element minOccurs="0" maxOccurs="1" name="rateDetail" type="tns:ArrayOfRateItem" />
          <s:element minOccurs="0" maxOccurs="1" name="accessorialDetail" type="tns:ArrayOfAccessorialItem" />
          <s:element minOccurs="0" maxOccurs="1" name="totalWeight" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="discountPercent" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="fscPercent" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="asWeight" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="codAmount" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="serviceType" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="transitTime" type="tns:ArrayOfTransitItem" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfMovePoint">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="MovePoint" nillable="true" type="tns:MovePoint" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="MovePoint">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="pointType" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="pointCity" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="state" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="zipCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="terminalId" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="terminalName" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="terminalNumber" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfRateItem">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="RateItem" nillable="true" type="tns:RateItem" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="RateItem">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="freightClass" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="weight" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="rate" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="amount" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfAccessorialItem">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="AccessorialItem" nillable="true" type="tns:AccessorialItem" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="AccessorialItem">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="code" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="tariff" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="description" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="charge" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfTransitItem">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="TransitItem" nillable="true" type="tns:TransitItem" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="TransitItem">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="pickupDay" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="deliveryDay" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="quoteError">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="number" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="message" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="rateQuote" nillable="true" type="tns:rateQuote" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="CreateQuoteSoapIn">
    <wsdl:part name="parameters" element="tns:CreateQuote" />
  </wsdl:message>
  <wsdl:message name="CreateQuoteSoapOut">
    <wsdl:part name="parameters" element="tns:CreateQuoteResponse" />
  </wsdl:message>
  <wsdl:message name="CreateQuoteHttpGetIn">
    <wsdl:part name="UserId" type="s:string" />
    <wsdl:part name="Password" type="s:string" />
    <wsdl:part name="Account" type="s:string" />
    <wsdl:part name="OrigZip" type="s:string" />
    <wsdl:part name="DestZip" type="s:string" />
    <wsdl:part name="ClassList" type="s:string" />
    <wsdl:part name="WeightList" type="s:string" />
    <wsdl:part name="AccessorialList" type="s:string" />
  </wsdl:message>
  <wsdl:message name="CreateQuoteHttpGetOut">
    <wsdl:part name="Body" element="tns:rateQuote" />
  </wsdl:message>
  <wsdl:message name="CreateQuoteHttpPostIn">
    <wsdl:part name="UserId" type="s:string" />
    <wsdl:part name="Password" type="s:string" />
    <wsdl:part name="Account" type="s:string" />
    <wsdl:part name="OrigZip" type="s:string" />
    <wsdl:part name="DestZip" type="s:string" />
    <wsdl:part name="ClassList" type="s:string" />
    <wsdl:part name="WeightList" type="s:string" />
    <wsdl:part name="AccessorialList" type="s:string" />
  </wsdl:message>
  <wsdl:message name="CreateQuoteHttpPostOut">
    <wsdl:part name="Body" element="tns:rateQuote" />
  </wsdl:message>
  <wsdl:portType name="RaterSoap">
    <wsdl:operation name="CreateQuote">
      <wsdl:input message="tns:CreateQuoteSoapIn" />
      <wsdl:output message="tns:CreateQuoteSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="RaterHttpGet">
    <wsdl:operation name="CreateQuote">
      <wsdl:input message="tns:CreateQuoteHttpGetIn" />
      <wsdl:output message="tns:CreateQuoteHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="RaterHttpPost">
    <wsdl:operation name="CreateQuote">
      <wsdl:input message="tns:CreateQuoteHttpPostIn" />
      <wsdl:output message="tns:CreateQuoteHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="RaterSoap" type="tns:RaterSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="CreateQuote">
      <soap:operation soapAction="http://peninsulatruck.com/WebServices/CreateQuote" 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="RaterSoap12" type="tns:RaterSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="CreateQuote">
      <soap12:operation soapAction="http://peninsulatruck.com/WebServices/CreateQuote" 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="RaterHttpGet" type="tns:RaterHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="CreateQuote">
      <http:operation location="/CreateQuote" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="RaterHttpPost" type="tns:RaterHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="CreateQuote">
      <http:operation location="/CreateQuote" />
      <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="Rater">
    <wsdl:port name="RaterSoap" binding="tns:RaterSoap">
      <soap:address location="http://www.peninsulatruck.com/WebServices/Rater.asmx" />
    </wsdl:port>
    <wsdl:port name="RaterSoap12" binding="tns:RaterSoap12">
      <soap12:address location="http://www.peninsulatruck.com/WebServices/Rater.asmx" />
    </wsdl:port>
    <wsdl:port name="RaterHttpGet" binding="tns:RaterHttpGet">
      <http:address location="http://www.peninsulatruck.com/WebServices/Rater.asmx" />
    </wsdl:port>
    <wsdl:port name="RaterHttpPost" binding="tns:RaterHttpPost">
      <http:address location="http://www.peninsulatruck.com/WebServices/Rater.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>