<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IIMLRWSservice" 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/" xmlns:ns1="urn:IMLRWSIntf">
  <types>
    <xs:schema targetNamespace="urn:IMLRWSIntf" xmlns="urn:IMLRWSIntf">
      <xs:simpleType name="XMLSpecifier">
        <xs:restriction base="xs:string">
          <xs:enumeration value="xmlECOTTON"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:schema>
  </types>
  <message name="GetMarkStatusXML0Request">
    <part name="CompanyID" type="xs:string"/>
    <part name="Password" type="xs:string"/>
    <part name="WhID" type="xs:int"/>
    <part name="Mark" type="xs:string"/>
    <part name="XMLAuthor" type="ns1:XMLSpecifier"/>
  </message>
  <message name="GetMarkStatusXML0Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetAllMarksStatusXML1Request">
    <part name="CompanyID" type="xs:string"/>
    <part name="Password" type="xs:string"/>
    <part name="XMLAuthor" type="ns1:XMLSpecifier"/>
  </message>
  <message name="GetAllMarksStatusXML1Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="SendUpdatedShippingOrders2Request">
    <part name="WhID" type="xs:string"/>
    <part name="SecurityCode" type="xs:string"/>
    <part name="XMLOrders" type="xs:string"/>
  </message>
  <message name="SendUpdatedShippingOrders2Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="SendPickingList3Request">
    <part name="WhID" type="xs:string"/>
    <part name="SecurityCode" type="xs:string"/>
    <part name="XMLPickingList" type="xs:string"/>
  </message>
  <message name="SendPickingList3Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="DeletePickingList4Request">
    <part name="WhID" type="xs:string"/>
    <part name="SecurityCode" type="xs:string"/>
    <part name="XMLPickingListList" type="xs:string"/>
  </message>
  <message name="DeletePickingList4Response"/>
  <message name="SendBaleInventory5Request">
    <part name="WhID" type="xs:string"/>
    <part name="SecurityCode" type="xs:string"/>
    <part name="XMLInventory" type="xs:string"/>
  </message>
  <message name="SendBaleInventory5Response"/>
  <message name="GetWaitingDataFileName6Request">
    <part name="WhID" type="xs:string"/>
    <part name="SecurityCode" type="xs:string"/>
    <part name="GotFileName" type="xs:string"/>
  </message>
  <message name="GetWaitingDataFileName6Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetWaitingDataFileContent7Request">
    <part name="WhID" type="xs:string"/>
    <part name="SecurityCode" type="xs:string"/>
    <part name="FileName" type="xs:string"/>
  </message>
  <message name="GetWaitingDataFileContent7Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetScheduledShippingOrdersJSON8Request">
    <part name="CompanyID" type="xs:string"/>
    <part name="WhID" type="xs:string"/>
    <part name="SecurityCode" type="xs:string"/>
  </message>
  <message name="GetScheduledShippingOrdersJSON8Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetShippingOrderDetailJSON9Request">
    <part name="CompanyID" type="xs:string"/>
    <part name="WhID" type="xs:string"/>
    <part name="SecurityCode" type="xs:string"/>
    <part name="ShippingOrderNumOrMarks" type="xs:string"/>
  </message>
  <message name="GetShippingOrderDetailJSON9Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="SetOrderShipped10Request">
    <part name="CompanyID" type="xs:string"/>
    <part name="WhID" type="xs:string"/>
    <part name="SecurityCode" type="xs:string"/>
    <part name="ShippingOrderNum" type="xs:int"/>
    <part name="NumBales" type="xs:int"/>
  </message>
  <message name="SetOrderShipped10Response"/>
  <message name="SendSOUpdate11Request">
    <part name="CompanyID" type="xs:string"/>
    <part name="WhID" type="xs:string"/>
    <part name="SecurityCode" type="xs:string"/>
    <part name="ShippingOrderNum" type="xs:int"/>
    <part name="NewLocation" type="xs:string"/>
    <part name="NewDoor" type="xs:string"/>
    <part name="ReadyDateStr" type="xs:string"/>
    <part name="SealNumber" type="xs:string"/>
    <part name="EqTracking" type="xs:string"/>
  </message>
  <message name="SendSOUpdate11Response"/>
  <message name="GetScheduledInboundLoadsJSON12Request">
    <part name="CompanyID" type="xs:string"/>
    <part name="WhID" type="xs:string"/>
    <part name="SecurityCode" type="xs:string"/>
  </message>
  <message name="GetScheduledInboundLoadsJSON12Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetInboundLoadDetailJSON13Request">
    <part name="CompanyID" type="xs:string"/>
    <part name="WhID" type="xs:string"/>
    <part name="SecurityCode" type="xs:string"/>
    <part name="Marks" type="xs:string"/>
  </message>
  <message name="GetInboundLoadDetailJSON13Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="SendReceivedBales14Request">
    <part name="CompanyID" type="xs:string"/>
    <part name="WhID" type="xs:string"/>
    <part name="SecurityCode" type="xs:string"/>
    <part name="NumBales" type="xs:int"/>
    <part name="BaleListCSV" type="xs:string"/>
  </message>
  <message name="SendReceivedBales14Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="SendLocations15Request">
    <part name="CompanyID" type="xs:string"/>
    <part name="WhID" type="xs:string"/>
    <part name="SecurityCode" type="xs:string"/>
    <part name="NumBales" type="xs:int"/>
    <part name="BaleListCSV" type="xs:string"/>
  </message>
  <message name="SendLocations15Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetLocationSpecsJSON16Request">
    <part name="CompanyID" type="xs:string"/>
    <part name="WhID" type="xs:string"/>
    <part name="SecurityCode" type="xs:string"/>
  </message>
  <message name="GetLocationSpecsJSON16Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetPickingListJSON17Request">
    <part name="CompanyID" type="xs:string"/>
    <part name="WhID" type="xs:string"/>
    <part name="SecurityCode" type="xs:string"/>
    <part name="PickerID" type="xs:string"/>
  </message>
  <message name="GetPickingListJSON17Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="SetPickingListPicked18Request">
    <part name="CompanyID" type="xs:string"/>
    <part name="WhID" type="xs:string"/>
    <part name="SecurityCode" type="xs:string"/>
    <part name="PickerID" type="xs:string"/>
    <part name="PickingListNum" type="xs:int"/>
  </message>
  <message name="SetPickingListPicked18Response"/>
  <message name="RemovePickingList19Request">
    <part name="CompanyID" type="xs:string"/>
    <part name="WhID" type="xs:string"/>
    <part name="SecurityCode" type="xs:string"/>
    <part name="PickingListNum" type="xs:int"/>
  </message>
  <message name="RemovePickingList19Response"/>
  <message name="GetLocationHistoryJSON20Request">
    <part name="CompanyID" type="xs:string"/>
    <part name="WhID" type="xs:string"/>
    <part name="SecurityCode" type="xs:string"/>
    <part name="WhBale" type="xs:int"/>
    <part name="GinID" type="xs:int"/>
    <part name="GinBale" type="xs:int"/>
    <part name="PickingListNum" type="xs:int"/>
  </message>
  <message name="GetLocationHistoryJSON20Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetOtherBaleNumberJSON21Request">
    <part name="CompanyID" type="xs:string"/>
    <part name="WhID" type="xs:string"/>
    <part name="SecurityCode" type="xs:string"/>
    <part name="WhBale" type="xs:int"/>
    <part name="GinID" type="xs:int"/>
    <part name="GinBale" type="xs:int"/>
  </message>
  <message name="GetOtherBaleNumberJSON21Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetMBSSettingsXML22Request">
    <part name="CompanyID" type="xs:string"/>
    <part name="WhID" type="xs:string"/>
    <part name="SecurityCode" type="xs:string"/>
  </message>
  <message name="GetMBSSettingsXML22Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="SetMBSSettingsXML23Request">
    <part name="CompanyID" type="xs:string"/>
    <part name="WhID" type="xs:string"/>
    <part name="SecurityCode" type="xs:string"/>
    <part name="Settings" type="xs:string"/>
  </message>
  <message name="SetMBSSettingsXML23Response"/>
  <portType name="IIMLRWS">
    <operation name="GetMarkStatusXML">
      <input message="tns:GetMarkStatusXML0Request"/>
      <output message="tns:GetMarkStatusXML0Response"/>
    </operation>
    <operation name="GetAllMarksStatusXML">
      <input message="tns:GetAllMarksStatusXML1Request"/>
      <output message="tns:GetAllMarksStatusXML1Response"/>
    </operation>
    <operation name="SendUpdatedShippingOrders">
      <input message="tns:SendUpdatedShippingOrders2Request"/>
      <output message="tns:SendUpdatedShippingOrders2Response"/>
    </operation>
    <operation name="SendPickingList">
      <input message="tns:SendPickingList3Request"/>
      <output message="tns:SendPickingList3Response"/>
    </operation>
    <operation name="DeletePickingList">
      <input message="tns:DeletePickingList4Request"/>
      <output message="tns:DeletePickingList4Response"/>
    </operation>
    <operation name="SendBaleInventory">
      <input message="tns:SendBaleInventory5Request"/>
      <output message="tns:SendBaleInventory5Response"/>
    </operation>
    <operation name="GetWaitingDataFileName">
      <input message="tns:GetWaitingDataFileName6Request"/>
      <output message="tns:GetWaitingDataFileName6Response"/>
    </operation>
    <operation name="GetWaitingDataFileContent">
      <input message="tns:GetWaitingDataFileContent7Request"/>
      <output message="tns:GetWaitingDataFileContent7Response"/>
    </operation>
    <operation name="GetScheduledShippingOrdersJSON">
      <input message="tns:GetScheduledShippingOrdersJSON8Request"/>
      <output message="tns:GetScheduledShippingOrdersJSON8Response"/>
    </operation>
    <operation name="GetShippingOrderDetailJSON">
      <input message="tns:GetShippingOrderDetailJSON9Request"/>
      <output message="tns:GetShippingOrderDetailJSON9Response"/>
    </operation>
    <operation name="SetOrderShipped">
      <input message="tns:SetOrderShipped10Request"/>
      <output message="tns:SetOrderShipped10Response"/>
    </operation>
    <operation name="SendSOUpdate">
      <input message="tns:SendSOUpdate11Request"/>
      <output message="tns:SendSOUpdate11Response"/>
    </operation>
    <operation name="GetScheduledInboundLoadsJSON">
      <input message="tns:GetScheduledInboundLoadsJSON12Request"/>
      <output message="tns:GetScheduledInboundLoadsJSON12Response"/>
    </operation>
    <operation name="GetInboundLoadDetailJSON">
      <input message="tns:GetInboundLoadDetailJSON13Request"/>
      <output message="tns:GetInboundLoadDetailJSON13Response"/>
    </operation>
    <operation name="SendReceivedBales">
      <input message="tns:SendReceivedBales14Request"/>
      <output message="tns:SendReceivedBales14Response"/>
    </operation>
    <operation name="SendLocations">
      <input message="tns:SendLocations15Request"/>
      <output message="tns:SendLocations15Response"/>
    </operation>
    <operation name="GetLocationSpecsJSON">
      <input message="tns:GetLocationSpecsJSON16Request"/>
      <output message="tns:GetLocationSpecsJSON16Response"/>
    </operation>
    <operation name="GetPickingListJSON">
      <input message="tns:GetPickingListJSON17Request"/>
      <output message="tns:GetPickingListJSON17Response"/>
    </operation>
    <operation name="SetPickingListPicked">
      <input message="tns:SetPickingListPicked18Request"/>
      <output message="tns:SetPickingListPicked18Response"/>
    </operation>
    <operation name="RemovePickingList">
      <input message="tns:RemovePickingList19Request"/>
      <output message="tns:RemovePickingList19Response"/>
    </operation>
    <operation name="GetLocationHistoryJSON">
      <input message="tns:GetLocationHistoryJSON20Request"/>
      <output message="tns:GetLocationHistoryJSON20Response"/>
    </operation>
    <operation name="GetOtherBaleNumberJSON">
      <input message="tns:GetOtherBaleNumberJSON21Request"/>
      <output message="tns:GetOtherBaleNumberJSON21Response"/>
    </operation>
    <operation name="GetMBSSettingsXML">
      <input message="tns:GetMBSSettingsXML22Request"/>
      <output message="tns:GetMBSSettingsXML22Response"/>
    </operation>
    <operation name="SetMBSSettingsXML">
      <input message="tns:SetMBSSettingsXML23Request"/>
      <output message="tns:SetMBSSettingsXML23Response"/>
    </operation>
  </portType>
  <binding name="IIMLRWSbinding" type="tns:IIMLRWS">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetMarkStatusXML">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMLRWSIntf-IIMLRWS#GetMarkStatusXML" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </output>
    </operation>
    <operation name="GetAllMarksStatusXML">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMLRWSIntf-IIMLRWS#GetAllMarksStatusXML" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </output>
    </operation>
    <operation name="SendUpdatedShippingOrders">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMLRWSIntf-IIMLRWS#SendUpdatedShippingOrders" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </output>
    </operation>
    <operation name="SendPickingList">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMLRWSIntf-IIMLRWS#SendPickingList" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </output>
    </operation>
    <operation name="DeletePickingList">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMLRWSIntf-IIMLRWS#DeletePickingList" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </output>
    </operation>
    <operation name="SendBaleInventory">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMLRWSIntf-IIMLRWS#SendBaleInventory" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </output>
    </operation>
    <operation name="GetWaitingDataFileName">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMLRWSIntf-IIMLRWS#GetWaitingDataFileName" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </output>
    </operation>
    <operation name="GetWaitingDataFileContent">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMLRWSIntf-IIMLRWS#GetWaitingDataFileContent" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </output>
    </operation>
    <operation name="GetScheduledShippingOrdersJSON">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMLRWSIntf-IIMLRWS#GetScheduledShippingOrdersJSON" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </output>
    </operation>
    <operation name="GetShippingOrderDetailJSON">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMLRWSIntf-IIMLRWS#GetShippingOrderDetailJSON" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </output>
    </operation>
    <operation name="SetOrderShipped">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMLRWSIntf-IIMLRWS#SetOrderShipped" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </output>
    </operation>
    <operation name="SendSOUpdate">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMLRWSIntf-IIMLRWS#SendSOUpdate" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </output>
    </operation>
    <operation name="GetScheduledInboundLoadsJSON">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMLRWSIntf-IIMLRWS#GetScheduledInboundLoadsJSON" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </output>
    </operation>
    <operation name="GetInboundLoadDetailJSON">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMLRWSIntf-IIMLRWS#GetInboundLoadDetailJSON" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </output>
    </operation>
    <operation name="SendReceivedBales">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMLRWSIntf-IIMLRWS#SendReceivedBales" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </output>
    </operation>
    <operation name="SendLocations">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMLRWSIntf-IIMLRWS#SendLocations" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </output>
    </operation>
    <operation name="GetLocationSpecsJSON">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMLRWSIntf-IIMLRWS#GetLocationSpecsJSON" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </output>
    </operation>
    <operation name="GetPickingListJSON">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMLRWSIntf-IIMLRWS#GetPickingListJSON" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </output>
    </operation>
    <operation name="SetPickingListPicked">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMLRWSIntf-IIMLRWS#SetPickingListPicked" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </output>
    </operation>
    <operation name="RemovePickingList">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMLRWSIntf-IIMLRWS#RemovePickingList" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </output>
    </operation>
    <operation name="GetLocationHistoryJSON">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMLRWSIntf-IIMLRWS#GetLocationHistoryJSON" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </output>
    </operation>
    <operation name="GetOtherBaleNumberJSON">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMLRWSIntf-IIMLRWS#GetOtherBaleNumberJSON" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </output>
    </operation>
    <operation name="GetMBSSettingsXML">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMLRWSIntf-IIMLRWS#GetMBSSettingsXML" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </output>
    </operation>
    <operation name="SetMBSSettingsXML">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:IMLRWSIntf-IIMLRWS#SetMBSSettingsXML" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IMLRWSIntf-IIMLRWS"/>
      </output>
    </operation>
  </binding>
  <service name="IIMLRWSservice">
    <port name="IIMLRWSPort" binding="tns:IIMLRWSbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="https://secure.ecotton.com/WebServices/IsMyLoadReadyWS/IMLRWebService.dll/soap/IIMLRWS"/>
    </port>
  </service>
</definitions>

