<?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://services.myuts.net/" 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://services.myuts.net/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://services.myuts.net/">
      <s:element name="ArriveForPickup">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="referenceNumber" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="arrivalDateTime" type="s:dateTime" />
            <s:element minOccurs="0" maxOccurs="1" name="carrierWebKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="mode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ArriveForPickupResponse">
        <s:complexType />
      </s:element>
      <s:element name="DepartFromPickup">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="referenceNumber" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="departureDateTime" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="pieces" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="weight" type="s:double" />
            <s:element minOccurs="0" maxOccurs="1" name="vehicleNumber" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="bolNumber" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="carrierWebKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="mode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DepartFromPickupResponse">
        <s:complexType />
      </s:element>
      <s:element name="ArriveForDelivery">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="referenceNumber" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="arrivalDateTime" type="s:dateTime" />
            <s:element minOccurs="0" maxOccurs="1" name="carrierWebKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="mode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ArriveForDeliveryResponse">
        <s:complexType />
      </s:element>
      <s:element name="DepartFromDelivery">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="referenceNumber" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="departureDateTime" type="s:dateTime" />
            <s:element minOccurs="0" maxOccurs="1" name="podName" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="pieces" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="weight" type="s:double" />
            <s:element minOccurs="0" maxOccurs="1" name="carrierWebKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="mode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DepartFromDeliveryResponse">
        <s:complexType />
      </s:element>
      <s:element name="ArriveForStop">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="sequenceNumber" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="referenceNumber" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="arrivalDateTime" type="s:dateTime" />
            <s:element minOccurs="0" maxOccurs="1" name="carrierWebKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="mode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ArriveForStopResponse">
        <s:complexType />
      </s:element>
      <s:element name="DepartFromStop">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="sequenceNumber" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="referenceNumber" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="bolNumber" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="pieces" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="weight" type="s:double" />
            <s:element minOccurs="1" maxOccurs="1" name="departureDateTime" type="s:dateTime" />
            <s:element minOccurs="0" maxOccurs="1" name="carrierWebKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="mode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DepartFromStopResponse">
        <s:complexType />
      </s:element>
      <s:element name="UpdateProNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="referenceNumber" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="proNumber" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="carrierWebKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="mode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="UpdateProNumberResponse">
        <s:complexType />
      </s:element>
      <s:element name="UpdateNotes">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="referenceNumber" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="note" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="carrierWebKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="mode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="UpdateNotesResponse">
        <s:complexType />
      </s:element>
      <s:element name="UpdateVehicleNumber">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="referenceNumber" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="vehicleNumber" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="carrierWebKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="mode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="UpdateVehicleNumberResponse">
        <s:complexType />
      </s:element>
      <s:element name="UpdatePickupETA">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="referenceNumber" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="pickupETA" type="s:dateTime" />
            <s:element minOccurs="0" maxOccurs="1" name="carrierWebKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="mode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="UpdatePickupETAResponse">
        <s:complexType />
      </s:element>
      <s:element name="UpdateDeliveryETA">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="referenceNumber" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="deliveryETA" type="s:dateTime" />
            <s:element minOccurs="0" maxOccurs="1" name="carrierWebKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="mode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="UpdateDeliveryETAResponse">
        <s:complexType />
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="ArriveForPickupSoapIn">
    <wsdl:part name="parameters" element="tns:ArriveForPickup" />
  </wsdl:message>
  <wsdl:message name="ArriveForPickupSoapOut">
    <wsdl:part name="parameters" element="tns:ArriveForPickupResponse" />
  </wsdl:message>
  <wsdl:message name="DepartFromPickupSoapIn">
    <wsdl:part name="parameters" element="tns:DepartFromPickup" />
  </wsdl:message>
  <wsdl:message name="DepartFromPickupSoapOut">
    <wsdl:part name="parameters" element="tns:DepartFromPickupResponse" />
  </wsdl:message>
  <wsdl:message name="ArriveForDeliverySoapIn">
    <wsdl:part name="parameters" element="tns:ArriveForDelivery" />
  </wsdl:message>
  <wsdl:message name="ArriveForDeliverySoapOut">
    <wsdl:part name="parameters" element="tns:ArriveForDeliveryResponse" />
  </wsdl:message>
  <wsdl:message name="DepartFromDeliverySoapIn">
    <wsdl:part name="parameters" element="tns:DepartFromDelivery" />
  </wsdl:message>
  <wsdl:message name="DepartFromDeliverySoapOut">
    <wsdl:part name="parameters" element="tns:DepartFromDeliveryResponse" />
  </wsdl:message>
  <wsdl:message name="ArriveForStopSoapIn">
    <wsdl:part name="parameters" element="tns:ArriveForStop" />
  </wsdl:message>
  <wsdl:message name="ArriveForStopSoapOut">
    <wsdl:part name="parameters" element="tns:ArriveForStopResponse" />
  </wsdl:message>
  <wsdl:message name="DepartFromStopSoapIn">
    <wsdl:part name="parameters" element="tns:DepartFromStop" />
  </wsdl:message>
  <wsdl:message name="DepartFromStopSoapOut">
    <wsdl:part name="parameters" element="tns:DepartFromStopResponse" />
  </wsdl:message>
  <wsdl:message name="UpdateProNumberSoapIn">
    <wsdl:part name="parameters" element="tns:UpdateProNumber" />
  </wsdl:message>
  <wsdl:message name="UpdateProNumberSoapOut">
    <wsdl:part name="parameters" element="tns:UpdateProNumberResponse" />
  </wsdl:message>
  <wsdl:message name="UpdateNotesSoapIn">
    <wsdl:part name="parameters" element="tns:UpdateNotes" />
  </wsdl:message>
  <wsdl:message name="UpdateNotesSoapOut">
    <wsdl:part name="parameters" element="tns:UpdateNotesResponse" />
  </wsdl:message>
  <wsdl:message name="UpdateVehicleNumberSoapIn">
    <wsdl:part name="parameters" element="tns:UpdateVehicleNumber" />
  </wsdl:message>
  <wsdl:message name="UpdateVehicleNumberSoapOut">
    <wsdl:part name="parameters" element="tns:UpdateVehicleNumberResponse" />
  </wsdl:message>
  <wsdl:message name="UpdatePickupETASoapIn">
    <wsdl:part name="parameters" element="tns:UpdatePickupETA" />
  </wsdl:message>
  <wsdl:message name="UpdatePickupETASoapOut">
    <wsdl:part name="parameters" element="tns:UpdatePickupETAResponse" />
  </wsdl:message>
  <wsdl:message name="UpdateDeliveryETASoapIn">
    <wsdl:part name="parameters" element="tns:UpdateDeliveryETA" />
  </wsdl:message>
  <wsdl:message name="UpdateDeliveryETASoapOut">
    <wsdl:part name="parameters" element="tns:UpdateDeliveryETAResponse" />
  </wsdl:message>
  <wsdl:message name="ArriveForPickupHttpGetIn">
    <wsdl:part name="referenceNumber" type="s:string" />
    <wsdl:part name="arrivalDateTime" type="s:string" />
    <wsdl:part name="carrierWebKey" type="s:string" />
    <wsdl:part name="mode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ArriveForPickupHttpGetOut" />
  <wsdl:message name="DepartFromPickupHttpGetIn">
    <wsdl:part name="referenceNumber" type="s:string" />
    <wsdl:part name="departureDateTime" type="s:string" />
    <wsdl:part name="pieces" type="s:string" />
    <wsdl:part name="weight" type="s:string" />
    <wsdl:part name="vehicleNumber" type="s:string" />
    <wsdl:part name="bolNumber" type="s:string" />
    <wsdl:part name="carrierWebKey" type="s:string" />
    <wsdl:part name="mode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="DepartFromPickupHttpGetOut" />
  <wsdl:message name="ArriveForDeliveryHttpGetIn">
    <wsdl:part name="referenceNumber" type="s:string" />
    <wsdl:part name="arrivalDateTime" type="s:string" />
    <wsdl:part name="carrierWebKey" type="s:string" />
    <wsdl:part name="mode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ArriveForDeliveryHttpGetOut" />
  <wsdl:message name="DepartFromDeliveryHttpGetIn">
    <wsdl:part name="referenceNumber" type="s:string" />
    <wsdl:part name="departureDateTime" type="s:string" />
    <wsdl:part name="podName" type="s:string" />
    <wsdl:part name="pieces" type="s:string" />
    <wsdl:part name="weight" type="s:string" />
    <wsdl:part name="carrierWebKey" type="s:string" />
    <wsdl:part name="mode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="DepartFromDeliveryHttpGetOut" />
  <wsdl:message name="ArriveForStopHttpGetIn">
    <wsdl:part name="sequenceNumber" type="s:string" />
    <wsdl:part name="referenceNumber" type="s:string" />
    <wsdl:part name="arrivalDateTime" type="s:string" />
    <wsdl:part name="carrierWebKey" type="s:string" />
    <wsdl:part name="mode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ArriveForStopHttpGetOut" />
  <wsdl:message name="DepartFromStopHttpGetIn">
    <wsdl:part name="sequenceNumber" type="s:string" />
    <wsdl:part name="referenceNumber" type="s:string" />
    <wsdl:part name="bolNumber" type="s:string" />
    <wsdl:part name="pieces" type="s:string" />
    <wsdl:part name="weight" type="s:string" />
    <wsdl:part name="departureDateTime" type="s:string" />
    <wsdl:part name="carrierWebKey" type="s:string" />
    <wsdl:part name="mode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="DepartFromStopHttpGetOut" />
  <wsdl:message name="UpdateProNumberHttpGetIn">
    <wsdl:part name="referenceNumber" type="s:string" />
    <wsdl:part name="proNumber" type="s:string" />
    <wsdl:part name="carrierWebKey" type="s:string" />
    <wsdl:part name="mode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="UpdateProNumberHttpGetOut" />
  <wsdl:message name="UpdateNotesHttpGetIn">
    <wsdl:part name="referenceNumber" type="s:string" />
    <wsdl:part name="note" type="s:string" />
    <wsdl:part name="carrierWebKey" type="s:string" />
    <wsdl:part name="mode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="UpdateNotesHttpGetOut" />
  <wsdl:message name="UpdateVehicleNumberHttpGetIn">
    <wsdl:part name="referenceNumber" type="s:string" />
    <wsdl:part name="vehicleNumber" type="s:string" />
    <wsdl:part name="carrierWebKey" type="s:string" />
    <wsdl:part name="mode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="UpdateVehicleNumberHttpGetOut" />
  <wsdl:message name="UpdatePickupETAHttpGetIn">
    <wsdl:part name="referenceNumber" type="s:string" />
    <wsdl:part name="pickupETA" type="s:string" />
    <wsdl:part name="carrierWebKey" type="s:string" />
    <wsdl:part name="mode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="UpdatePickupETAHttpGetOut" />
  <wsdl:message name="UpdateDeliveryETAHttpGetIn">
    <wsdl:part name="referenceNumber" type="s:string" />
    <wsdl:part name="deliveryETA" type="s:string" />
    <wsdl:part name="carrierWebKey" type="s:string" />
    <wsdl:part name="mode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="UpdateDeliveryETAHttpGetOut" />
  <wsdl:message name="ArriveForPickupHttpPostIn">
    <wsdl:part name="referenceNumber" type="s:string" />
    <wsdl:part name="arrivalDateTime" type="s:string" />
    <wsdl:part name="carrierWebKey" type="s:string" />
    <wsdl:part name="mode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ArriveForPickupHttpPostOut" />
  <wsdl:message name="DepartFromPickupHttpPostIn">
    <wsdl:part name="referenceNumber" type="s:string" />
    <wsdl:part name="departureDateTime" type="s:string" />
    <wsdl:part name="pieces" type="s:string" />
    <wsdl:part name="weight" type="s:string" />
    <wsdl:part name="vehicleNumber" type="s:string" />
    <wsdl:part name="bolNumber" type="s:string" />
    <wsdl:part name="carrierWebKey" type="s:string" />
    <wsdl:part name="mode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="DepartFromPickupHttpPostOut" />
  <wsdl:message name="ArriveForDeliveryHttpPostIn">
    <wsdl:part name="referenceNumber" type="s:string" />
    <wsdl:part name="arrivalDateTime" type="s:string" />
    <wsdl:part name="carrierWebKey" type="s:string" />
    <wsdl:part name="mode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ArriveForDeliveryHttpPostOut" />
  <wsdl:message name="DepartFromDeliveryHttpPostIn">
    <wsdl:part name="referenceNumber" type="s:string" />
    <wsdl:part name="departureDateTime" type="s:string" />
    <wsdl:part name="podName" type="s:string" />
    <wsdl:part name="pieces" type="s:string" />
    <wsdl:part name="weight" type="s:string" />
    <wsdl:part name="carrierWebKey" type="s:string" />
    <wsdl:part name="mode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="DepartFromDeliveryHttpPostOut" />
  <wsdl:message name="ArriveForStopHttpPostIn">
    <wsdl:part name="sequenceNumber" type="s:string" />
    <wsdl:part name="referenceNumber" type="s:string" />
    <wsdl:part name="arrivalDateTime" type="s:string" />
    <wsdl:part name="carrierWebKey" type="s:string" />
    <wsdl:part name="mode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ArriveForStopHttpPostOut" />
  <wsdl:message name="DepartFromStopHttpPostIn">
    <wsdl:part name="sequenceNumber" type="s:string" />
    <wsdl:part name="referenceNumber" type="s:string" />
    <wsdl:part name="bolNumber" type="s:string" />
    <wsdl:part name="pieces" type="s:string" />
    <wsdl:part name="weight" type="s:string" />
    <wsdl:part name="departureDateTime" type="s:string" />
    <wsdl:part name="carrierWebKey" type="s:string" />
    <wsdl:part name="mode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="DepartFromStopHttpPostOut" />
  <wsdl:message name="UpdateProNumberHttpPostIn">
    <wsdl:part name="referenceNumber" type="s:string" />
    <wsdl:part name="proNumber" type="s:string" />
    <wsdl:part name="carrierWebKey" type="s:string" />
    <wsdl:part name="mode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="UpdateProNumberHttpPostOut" />
  <wsdl:message name="UpdateNotesHttpPostIn">
    <wsdl:part name="referenceNumber" type="s:string" />
    <wsdl:part name="note" type="s:string" />
    <wsdl:part name="carrierWebKey" type="s:string" />
    <wsdl:part name="mode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="UpdateNotesHttpPostOut" />
  <wsdl:message name="UpdateVehicleNumberHttpPostIn">
    <wsdl:part name="referenceNumber" type="s:string" />
    <wsdl:part name="vehicleNumber" type="s:string" />
    <wsdl:part name="carrierWebKey" type="s:string" />
    <wsdl:part name="mode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="UpdateVehicleNumberHttpPostOut" />
  <wsdl:message name="UpdatePickupETAHttpPostIn">
    <wsdl:part name="referenceNumber" type="s:string" />
    <wsdl:part name="pickupETA" type="s:string" />
    <wsdl:part name="carrierWebKey" type="s:string" />
    <wsdl:part name="mode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="UpdatePickupETAHttpPostOut" />
  <wsdl:message name="UpdateDeliveryETAHttpPostIn">
    <wsdl:part name="referenceNumber" type="s:string" />
    <wsdl:part name="deliveryETA" type="s:string" />
    <wsdl:part name="carrierWebKey" type="s:string" />
    <wsdl:part name="mode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="UpdateDeliveryETAHttpPostOut" />
  <wsdl:portType name="CarrierServiceSoap">
    <wsdl:operation name="ArriveForPickup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method is called when a Carrier Arrives at a Vendor for Pickup.</wsdl:documentation>
      <wsdl:input message="tns:ArriveForPickupSoapIn" />
      <wsdl:output message="tns:ArriveForPickupSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DepartFromPickup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method is called when a Carrier Departs from a Vendor after a Pickup.</wsdl:documentation>
      <wsdl:input message="tns:DepartFromPickupSoapIn" />
      <wsdl:output message="tns:DepartFromPickupSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ArriveForDelivery">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method is called when a Carrier Arrives at a Client for Delivery.</wsdl:documentation>
      <wsdl:input message="tns:ArriveForDeliverySoapIn" />
      <wsdl:output message="tns:ArriveForDeliverySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DepartFromDelivery">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method is called when a Carrier Departs from a Client after a Delivery.</wsdl:documentation>
      <wsdl:input message="tns:DepartFromDeliverySoapIn" />
      <wsdl:output message="tns:DepartFromDeliverySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ArriveForStop">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method is called when a Carrier Arrives for a Stop.</wsdl:documentation>
      <wsdl:input message="tns:ArriveForStopSoapIn" />
      <wsdl:output message="tns:ArriveForStopSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DepartFromStop">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method is called when a Carrier Departs from a Stop.</wsdl:documentation>
      <wsdl:input message="tns:DepartFromStopSoapIn" />
      <wsdl:output message="tns:DepartFromStopSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="UpdateProNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Call this method when you have a Pro Number available and need to update it with us.</wsdl:documentation>
      <wsdl:input message="tns:UpdateProNumberSoapIn" />
      <wsdl:output message="tns:UpdateProNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="UpdateNotes">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Call this method when you have a note that you want to send to us. All notes are displayed on our web site for customers to view.</wsdl:documentation>
      <wsdl:input message="tns:UpdateNotesSoapIn" />
      <wsdl:output message="tns:UpdateNotesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="UpdateVehicleNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Call this method when you have a Vehicle Number available and need to update it with us.</wsdl:documentation>
      <wsdl:input message="tns:UpdateVehicleNumberSoapIn" />
      <wsdl:output message="tns:UpdateVehicleNumberSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="UpdatePickupETA">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Call this method when you have a Pickup ETA available and need to update it with us.</wsdl:documentation>
      <wsdl:input message="tns:UpdatePickupETASoapIn" />
      <wsdl:output message="tns:UpdatePickupETASoapOut" />
    </wsdl:operation>
    <wsdl:operation name="UpdateDeliveryETA">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Call this method when you have a Delivery ETA available and need to update it with us.</wsdl:documentation>
      <wsdl:input message="tns:UpdateDeliveryETASoapIn" />
      <wsdl:output message="tns:UpdateDeliveryETASoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="CarrierServiceHttpGet">
    <wsdl:operation name="ArriveForPickup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method is called when a Carrier Arrives at a Vendor for Pickup.</wsdl:documentation>
      <wsdl:input message="tns:ArriveForPickupHttpGetIn" />
      <wsdl:output message="tns:ArriveForPickupHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="DepartFromPickup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method is called when a Carrier Departs from a Vendor after a Pickup.</wsdl:documentation>
      <wsdl:input message="tns:DepartFromPickupHttpGetIn" />
      <wsdl:output message="tns:DepartFromPickupHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="ArriveForDelivery">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method is called when a Carrier Arrives at a Client for Delivery.</wsdl:documentation>
      <wsdl:input message="tns:ArriveForDeliveryHttpGetIn" />
      <wsdl:output message="tns:ArriveForDeliveryHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="DepartFromDelivery">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method is called when a Carrier Departs from a Client after a Delivery.</wsdl:documentation>
      <wsdl:input message="tns:DepartFromDeliveryHttpGetIn" />
      <wsdl:output message="tns:DepartFromDeliveryHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="ArriveForStop">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method is called when a Carrier Arrives for a Stop.</wsdl:documentation>
      <wsdl:input message="tns:ArriveForStopHttpGetIn" />
      <wsdl:output message="tns:ArriveForStopHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="DepartFromStop">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method is called when a Carrier Departs from a Stop.</wsdl:documentation>
      <wsdl:input message="tns:DepartFromStopHttpGetIn" />
      <wsdl:output message="tns:DepartFromStopHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="UpdateProNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Call this method when you have a Pro Number available and need to update it with us.</wsdl:documentation>
      <wsdl:input message="tns:UpdateProNumberHttpGetIn" />
      <wsdl:output message="tns:UpdateProNumberHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="UpdateNotes">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Call this method when you have a note that you want to send to us. All notes are displayed on our web site for customers to view.</wsdl:documentation>
      <wsdl:input message="tns:UpdateNotesHttpGetIn" />
      <wsdl:output message="tns:UpdateNotesHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="UpdateVehicleNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Call this method when you have a Vehicle Number available and need to update it with us.</wsdl:documentation>
      <wsdl:input message="tns:UpdateVehicleNumberHttpGetIn" />
      <wsdl:output message="tns:UpdateVehicleNumberHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="UpdatePickupETA">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Call this method when you have a Pickup ETA available and need to update it with us.</wsdl:documentation>
      <wsdl:input message="tns:UpdatePickupETAHttpGetIn" />
      <wsdl:output message="tns:UpdatePickupETAHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="UpdateDeliveryETA">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Call this method when you have a Delivery ETA available and need to update it with us.</wsdl:documentation>
      <wsdl:input message="tns:UpdateDeliveryETAHttpGetIn" />
      <wsdl:output message="tns:UpdateDeliveryETAHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="CarrierServiceHttpPost">
    <wsdl:operation name="ArriveForPickup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method is called when a Carrier Arrives at a Vendor for Pickup.</wsdl:documentation>
      <wsdl:input message="tns:ArriveForPickupHttpPostIn" />
      <wsdl:output message="tns:ArriveForPickupHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="DepartFromPickup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method is called when a Carrier Departs from a Vendor after a Pickup.</wsdl:documentation>
      <wsdl:input message="tns:DepartFromPickupHttpPostIn" />
      <wsdl:output message="tns:DepartFromPickupHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="ArriveForDelivery">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method is called when a Carrier Arrives at a Client for Delivery.</wsdl:documentation>
      <wsdl:input message="tns:ArriveForDeliveryHttpPostIn" />
      <wsdl:output message="tns:ArriveForDeliveryHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="DepartFromDelivery">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method is called when a Carrier Departs from a Client after a Delivery.</wsdl:documentation>
      <wsdl:input message="tns:DepartFromDeliveryHttpPostIn" />
      <wsdl:output message="tns:DepartFromDeliveryHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="ArriveForStop">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method is called when a Carrier Arrives for a Stop.</wsdl:documentation>
      <wsdl:input message="tns:ArriveForStopHttpPostIn" />
      <wsdl:output message="tns:ArriveForStopHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="DepartFromStop">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method is called when a Carrier Departs from a Stop.</wsdl:documentation>
      <wsdl:input message="tns:DepartFromStopHttpPostIn" />
      <wsdl:output message="tns:DepartFromStopHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="UpdateProNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Call this method when you have a Pro Number available and need to update it with us.</wsdl:documentation>
      <wsdl:input message="tns:UpdateProNumberHttpPostIn" />
      <wsdl:output message="tns:UpdateProNumberHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="UpdateNotes">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Call this method when you have a note that you want to send to us. All notes are displayed on our web site for customers to view.</wsdl:documentation>
      <wsdl:input message="tns:UpdateNotesHttpPostIn" />
      <wsdl:output message="tns:UpdateNotesHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="UpdateVehicleNumber">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Call this method when you have a Vehicle Number available and need to update it with us.</wsdl:documentation>
      <wsdl:input message="tns:UpdateVehicleNumberHttpPostIn" />
      <wsdl:output message="tns:UpdateVehicleNumberHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="UpdatePickupETA">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Call this method when you have a Pickup ETA available and need to update it with us.</wsdl:documentation>
      <wsdl:input message="tns:UpdatePickupETAHttpPostIn" />
      <wsdl:output message="tns:UpdatePickupETAHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="UpdateDeliveryETA">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Call this method when you have a Delivery ETA available and need to update it with us.</wsdl:documentation>
      <wsdl:input message="tns:UpdateDeliveryETAHttpPostIn" />
      <wsdl:output message="tns:UpdateDeliveryETAHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="CarrierServiceSoap" type="tns:CarrierServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="ArriveForPickup">
      <soap:operation soapAction="http://services.myuts.net/ArriveForPickup" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DepartFromPickup">
      <soap:operation soapAction="http://services.myuts.net/DepartFromPickup" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ArriveForDelivery">
      <soap:operation soapAction="http://services.myuts.net/ArriveForDelivery" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DepartFromDelivery">
      <soap:operation soapAction="http://services.myuts.net/DepartFromDelivery" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ArriveForStop">
      <soap:operation soapAction="http://services.myuts.net/ArriveForStop" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DepartFromStop">
      <soap:operation soapAction="http://services.myuts.net/DepartFromStop" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="UpdateProNumber">
      <soap:operation soapAction="http://services.myuts.net/UpdateProNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="UpdateNotes">
      <soap:operation soapAction="http://services.myuts.net/UpdateNotes" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="UpdateVehicleNumber">
      <soap:operation soapAction="http://services.myuts.net/UpdateVehicleNumber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="UpdatePickupETA">
      <soap:operation soapAction="http://services.myuts.net/UpdatePickupETA" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="UpdateDeliveryETA">
      <soap:operation soapAction="http://services.myuts.net/UpdateDeliveryETA" 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="CarrierServiceSoap12" type="tns:CarrierServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="ArriveForPickup">
      <soap12:operation soapAction="http://services.myuts.net/ArriveForPickup" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DepartFromPickup">
      <soap12:operation soapAction="http://services.myuts.net/DepartFromPickup" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ArriveForDelivery">
      <soap12:operation soapAction="http://services.myuts.net/ArriveForDelivery" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DepartFromDelivery">
      <soap12:operation soapAction="http://services.myuts.net/DepartFromDelivery" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ArriveForStop">
      <soap12:operation soapAction="http://services.myuts.net/ArriveForStop" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DepartFromStop">
      <soap12:operation soapAction="http://services.myuts.net/DepartFromStop" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="UpdateProNumber">
      <soap12:operation soapAction="http://services.myuts.net/UpdateProNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="UpdateNotes">
      <soap12:operation soapAction="http://services.myuts.net/UpdateNotes" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="UpdateVehicleNumber">
      <soap12:operation soapAction="http://services.myuts.net/UpdateVehicleNumber" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="UpdatePickupETA">
      <soap12:operation soapAction="http://services.myuts.net/UpdatePickupETA" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="UpdateDeliveryETA">
      <soap12:operation soapAction="http://services.myuts.net/UpdateDeliveryETA" 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="CarrierServiceHttpGet" type="tns:CarrierServiceHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="ArriveForPickup">
      <http:operation location="/ArriveForPickup" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
    <wsdl:operation name="DepartFromPickup">
      <http:operation location="/DepartFromPickup" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
    <wsdl:operation name="ArriveForDelivery">
      <http:operation location="/ArriveForDelivery" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
    <wsdl:operation name="DepartFromDelivery">
      <http:operation location="/DepartFromDelivery" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
    <wsdl:operation name="ArriveForStop">
      <http:operation location="/ArriveForStop" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
    <wsdl:operation name="DepartFromStop">
      <http:operation location="/DepartFromStop" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
    <wsdl:operation name="UpdateProNumber">
      <http:operation location="/UpdateProNumber" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
    <wsdl:operation name="UpdateNotes">
      <http:operation location="/UpdateNotes" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
    <wsdl:operation name="UpdateVehicleNumber">
      <http:operation location="/UpdateVehicleNumber" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
    <wsdl:operation name="UpdatePickupETA">
      <http:operation location="/UpdatePickupETA" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
    <wsdl:operation name="UpdateDeliveryETA">
      <http:operation location="/UpdateDeliveryETA" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="CarrierServiceHttpPost" type="tns:CarrierServiceHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="ArriveForPickup">
      <http:operation location="/ArriveForPickup" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
    <wsdl:operation name="DepartFromPickup">
      <http:operation location="/DepartFromPickup" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
    <wsdl:operation name="ArriveForDelivery">
      <http:operation location="/ArriveForDelivery" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
    <wsdl:operation name="DepartFromDelivery">
      <http:operation location="/DepartFromDelivery" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
    <wsdl:operation name="ArriveForStop">
      <http:operation location="/ArriveForStop" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
    <wsdl:operation name="DepartFromStop">
      <http:operation location="/DepartFromStop" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
    <wsdl:operation name="UpdateProNumber">
      <http:operation location="/UpdateProNumber" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
    <wsdl:operation name="UpdateNotes">
      <http:operation location="/UpdateNotes" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
    <wsdl:operation name="UpdateVehicleNumber">
      <http:operation location="/UpdateVehicleNumber" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
    <wsdl:operation name="UpdatePickupETA">
      <http:operation location="/UpdatePickupETA" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
    <wsdl:operation name="UpdateDeliveryETA">
      <http:operation location="/UpdateDeliveryETA" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="CarrierService">
    <wsdl:port name="CarrierServiceSoap" binding="tns:CarrierServiceSoap">
      <soap:address location="https://services.myuts.net/carrierservice.asmx" />
    </wsdl:port>
    <wsdl:port name="CarrierServiceSoap12" binding="tns:CarrierServiceSoap12">
      <soap12:address location="https://services.myuts.net/carrierservice.asmx" />
    </wsdl:port>
    <wsdl:port name="CarrierServiceHttpGet" binding="tns:CarrierServiceHttpGet">
      <http:address location="https://services.myuts.net/carrierservice.asmx" />
    </wsdl:port>
    <wsdl:port name="CarrierServiceHttpPost" binding="tns:CarrierServiceHttpPost">
      <http:address location="https://services.myuts.net/carrierservice.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>