WS_Android


Click here for a complete list of operations.

WS_GETCALLEXCEPTIONSONROUTE

Gets a list of call exceptions (not this week, cancelled, etc) for the given route and date Route Date [yyyy-MM-dd] Truck number Route number Company code An object[CallReturn] that includes the list of call exceptions requested at a max of 'record chunk size' defined in the config file.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
date:
truck:
route:
companyCode:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /TruxWeb/WSRout_Android/WS_Android.asmx HTTP/1.1
Host: payments.robinsonwasteservices.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.trux.com/WS_GETCALLEXCEPTIONSONROUTE"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header>
    <Credentials xmlns="http://www.trux.com">
      <sAccountID>string</sAccountID>
      <sAuthCode>string</sAuthCode>
      <isAuthCodeEncrypted>boolean</isAuthCodeEncrypted>
      <areParametersEncrypted>boolean</areParametersEncrypted>
      <encryptedParameterNames>
        <string>string</string>
        <string>string</string>
      </encryptedParameterNames>
      <requireEncryptedResponse>boolean</requireEncryptedResponse>
      <encryptionMethod>string</encryptionMethod>
      <keyInfo>
        <encryptedKey>string</encryptedKey>
        <encryptionPublicKey>string</encryptionPublicKey>
      </keyInfo>
      <publicAuthKey>string</publicAuthKey>
    </Credentials>
  </soap:Header>
  <soap:Body>
    <WS_GETCALLEXCEPTIONSONROUTE xmlns="http://www.trux.com">
      <date>string</date>
      <truck>string</truck>
      <route>string</route>
      <companyCode>string</companyCode>
    </WS_GETCALLEXCEPTIONSONROUTE>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <WS_GETCALLEXCEPTIONSONROUTEResponse xmlns="http://www.trux.com">
      <WS_GETCALLEXCEPTIONSONROUTEResult>
        <CallsLeft>int</CallsLeft>
        <Calls>
          <Call>
            <Containers>string</Containers>
            <Logid>int</Logid>
            <Action>string</Action>
            <Customer>int</Customer>
            <Site>int</Site>
            <Service>int</Service>
            <Sequence>double</Sequence>
            <SiteName>string</SiteName>
            <Address>string</Address>
            <City>string</City>
            <State>string</State>
            <Zip>string</Zip>
            <NextService>string</NextService>
            <Monday>int</Monday>
            <Tuesday>int</Tuesday>
            <Wednesday>int</Wednesday>
            <Thursday>int</Thursday>
            <Friday>int</Friday>
            <Saturday>int</Saturday>
            <Sunday>int</Sunday>
            <ContactName>string</ContactName>
            <ContactPhone>string</ContactPhone>
            <Activity>string</Activity>
            <Lifts>double</Lifts>
            <ServiceCode>string</ServiceCode>
            <ServiceDesc>string</ServiceDesc>
            <WONU>string</WONU>
            <WO>string</WO>
            <Reference>string</Reference>
            <SiteNote1>string</SiteNote1>
            <SiteNote2>string</SiteNote2>
            <ServiceNote1>string</ServiceNote1>
            <ServiceNote2>string</ServiceNote2>
            <DriverNote>string</DriverNote>
            <Route>int</Route>
            <Date>string</Date>
            <SiteLat>double</SiteLat>
            <SiteLong>double</SiteLong>
            <BinLat>double</BinLat>
            <BinLong>double</BinLong>
            <Status>int</Status>
            <SignatureRequired>int</SignatureRequired>
            <ServiceSize>double</ServiceSize>
            <SizeDisplay>string</SizeDisplay>
            <CallStatus>int</CallStatus>
            <Exception>int</Exception>
            <Leed>int</Leed>
            <Material>string</Material>
            <CustomerName>string</CustomerName>
            <TA01ID>int</TA01ID>
            <RouteIncluded>int</RouteIncluded>
            <HasOthers>int</HasOthers>
            <isTemp>int</isTemp>
            <ORIGINAL_SIZE>double</ORIGINAL_SIZE>
            <CUST_OWN>int</CUST_OWN>
            <ParsedAddress>string</ParsedAddress>
            <SectionAddress>string</SectionAddress>
            <Address2>string</Address2>
            <Address3>string</Address3>
            <Address4>string</Address4>
            <Address5>string</Address5>
            <ImageCount>int</ImageCount>
            <GenericInventory>int</GenericInventory>
            <Redo>int</Redo>
            <RedoReason>string</RedoReason>
            <ContainerList xsi:nil="true" />
          </Call>
          <Call>
            <Containers>string</Containers>
            <Logid>int</Logid>
            <Action>string</Action>
            <Customer>int</Customer>
            <Site>int</Site>
            <Service>int</Service>
            <Sequence>double</Sequence>
            <SiteName>string</SiteName>
            <Address>string</Address>
            <City>string</City>
            <State>string</State>
            <Zip>string</Zip>
            <NextService>string</NextService>
            <Monday>int</Monday>
            <Tuesday>int</Tuesday>
            <Wednesday>int</Wednesday>
            <Thursday>int</Thursday>
            <Friday>int</Friday>
            <Saturday>int</Saturday>
            <Sunday>int</Sunday>
            <ContactName>string</ContactName>
            <ContactPhone>string</ContactPhone>
            <Activity>string</Activity>
            <Lifts>double</Lifts>
            <ServiceCode>string</ServiceCode>
            <ServiceDesc>string</ServiceDesc>
            <WONU>string</WONU>
            <WO>string</WO>
            <Reference>string</Reference>
            <SiteNote1>string</SiteNote1>
            <SiteNote2>string</SiteNote2>
            <ServiceNote1>string</ServiceNote1>
            <ServiceNote2>string</ServiceNote2>
            <DriverNote>string</DriverNote>
            <Route>int</Route>
            <Date>string</Date>
            <SiteLat>double</SiteLat>
            <SiteLong>double</SiteLong>
            <BinLat>double</BinLat>
            <BinLong>double</BinLong>
            <Status>int</Status>
            <SignatureRequired>int</SignatureRequired>
            <ServiceSize>double</ServiceSize>
            <SizeDisplay>string</SizeDisplay>
            <CallStatus>int</CallStatus>
            <Exception>int</Exception>
            <Leed>int</Leed>
            <Material>string</Material>
            <CustomerName>string</CustomerName>
            <TA01ID>int</TA01ID>
            <RouteIncluded>int</RouteIncluded>
            <HasOthers>int</HasOthers>
            <isTemp>int</isTemp>
            <ORIGINAL_SIZE>double</ORIGINAL_SIZE>
            <CUST_OWN>int</CUST_OWN>
            <ParsedAddress>string</ParsedAddress>
            <SectionAddress>string</SectionAddress>
            <Address2>string</Address2>
            <Address3>string</Address3>
            <Address4>string</Address4>
            <Address5>string</Address5>
            <ImageCount>int</ImageCount>
            <GenericInventory>int</GenericInventory>
            <Redo>int</Redo>
            <RedoReason>string</RedoReason>
            <ContainerList xsi:nil="true" />
          </Call>
        </Calls>
        <CallsReturned>int</CallsReturned>
        <Retry>int</Retry>
      </WS_GETCALLEXCEPTIONSONROUTEResult>
    </WS_GETCALLEXCEPTIONSONROUTEResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /TruxWeb/WSRout_Android/WS_Android.asmx HTTP/1.1
Host: payments.robinsonwasteservices.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Header>
    <Credentials xmlns="http://www.trux.com">
      <sAccountID>string</sAccountID>
      <sAuthCode>string</sAuthCode>
      <isAuthCodeEncrypted>boolean</isAuthCodeEncrypted>
      <areParametersEncrypted>boolean</areParametersEncrypted>
      <encryptedParameterNames>
        <string>string</string>
        <string>string</string>
      </encryptedParameterNames>
      <requireEncryptedResponse>boolean</requireEncryptedResponse>
      <encryptionMethod>string</encryptionMethod>
      <keyInfo>
        <encryptedKey>string</encryptedKey>
        <encryptionPublicKey>string</encryptionPublicKey>
      </keyInfo>
      <publicAuthKey>string</publicAuthKey>
    </Credentials>
  </soap12:Header>
  <soap12:Body>
    <WS_GETCALLEXCEPTIONSONROUTE xmlns="http://www.trux.com">
      <date>string</date>
      <truck>string</truck>
      <route>string</route>
      <companyCode>string</companyCode>
    </WS_GETCALLEXCEPTIONSONROUTE>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <WS_GETCALLEXCEPTIONSONROUTEResponse xmlns="http://www.trux.com">
      <WS_GETCALLEXCEPTIONSONROUTEResult>
        <CallsLeft>int</CallsLeft>
        <Calls>
          <Call>
            <Containers>string</Containers>
            <Logid>int</Logid>
            <Action>string</Action>
            <Customer>int</Customer>
            <Site>int</Site>
            <Service>int</Service>
            <Sequence>double</Sequence>
            <SiteName>string</SiteName>
            <Address>string</Address>
            <City>string</City>
            <State>string</State>
            <Zip>string</Zip>
            <NextService>string</NextService>
            <Monday>int</Monday>
            <Tuesday>int</Tuesday>
            <Wednesday>int</Wednesday>
            <Thursday>int</Thursday>
            <Friday>int</Friday>
            <Saturday>int</Saturday>
            <Sunday>int</Sunday>
            <ContactName>string</ContactName>
            <ContactPhone>string</ContactPhone>
            <Activity>string</Activity>
            <Lifts>double</Lifts>
            <ServiceCode>string</ServiceCode>
            <ServiceDesc>string</ServiceDesc>
            <WONU>string</WONU>
            <WO>string</WO>
            <Reference>string</Reference>
            <SiteNote1>string</SiteNote1>
            <SiteNote2>string</SiteNote2>
            <ServiceNote1>string</ServiceNote1>
            <ServiceNote2>string</ServiceNote2>
            <DriverNote>string</DriverNote>
            <Route>int</Route>
            <Date>string</Date>
            <SiteLat>double</SiteLat>
            <SiteLong>double</SiteLong>
            <BinLat>double</BinLat>
            <BinLong>double</BinLong>
            <Status>int</Status>
            <SignatureRequired>int</SignatureRequired>
            <ServiceSize>double</ServiceSize>
            <SizeDisplay>string</SizeDisplay>
            <CallStatus>int</CallStatus>
            <Exception>int</Exception>
            <Leed>int</Leed>
            <Material>string</Material>
            <CustomerName>string</CustomerName>
            <TA01ID>int</TA01ID>
            <RouteIncluded>int</RouteIncluded>
            <HasOthers>int</HasOthers>
            <isTemp>int</isTemp>
            <ORIGINAL_SIZE>double</ORIGINAL_SIZE>
            <CUST_OWN>int</CUST_OWN>
            <ParsedAddress>string</ParsedAddress>
            <SectionAddress>string</SectionAddress>
            <Address2>string</Address2>
            <Address3>string</Address3>
            <Address4>string</Address4>
            <Address5>string</Address5>
            <ImageCount>int</ImageCount>
            <GenericInventory>int</GenericInventory>
            <Redo>int</Redo>
            <RedoReason>string</RedoReason>
            <ContainerList xsi:nil="true" />
          </Call>
          <Call>
            <Containers>string</Containers>
            <Logid>int</Logid>
            <Action>string</Action>
            <Customer>int</Customer>
            <Site>int</Site>
            <Service>int</Service>
            <Sequence>double</Sequence>
            <SiteName>string</SiteName>
            <Address>string</Address>
            <City>string</City>
            <State>string</State>
            <Zip>string</Zip>
            <NextService>string</NextService>
            <Monday>int</Monday>
            <Tuesday>int</Tuesday>
            <Wednesday>int</Wednesday>
            <Thursday>int</Thursday>
            <Friday>int</Friday>
            <Saturday>int</Saturday>
            <Sunday>int</Sunday>
            <ContactName>string</ContactName>
            <ContactPhone>string</ContactPhone>
            <Activity>string</Activity>
            <Lifts>double</Lifts>
            <ServiceCode>string</ServiceCode>
            <ServiceDesc>string</ServiceDesc>
            <WONU>string</WONU>
            <WO>string</WO>
            <Reference>string</Reference>
            <SiteNote1>string</SiteNote1>
            <SiteNote2>string</SiteNote2>
            <ServiceNote1>string</ServiceNote1>
            <ServiceNote2>string</ServiceNote2>
            <DriverNote>string</DriverNote>
            <Route>int</Route>
            <Date>string</Date>
            <SiteLat>double</SiteLat>
            <SiteLong>double</SiteLong>
            <BinLat>double</BinLat>
            <BinLong>double</BinLong>
            <Status>int</Status>
            <SignatureRequired>int</SignatureRequired>
            <ServiceSize>double</ServiceSize>
            <SizeDisplay>string</SizeDisplay>
            <CallStatus>int</CallStatus>
            <Exception>int</Exception>
            <Leed>int</Leed>
            <Material>string</Material>
            <CustomerName>string</CustomerName>
            <TA01ID>int</TA01ID>
            <RouteIncluded>int</RouteIncluded>
            <HasOthers>int</HasOthers>
            <isTemp>int</isTemp>
            <ORIGINAL_SIZE>double</ORIGINAL_SIZE>
            <CUST_OWN>int</CUST_OWN>
            <ParsedAddress>string</ParsedAddress>
            <SectionAddress>string</SectionAddress>
            <Address2>string</Address2>
            <Address3>string</Address3>
            <Address4>string</Address4>
            <Address5>string</Address5>
            <ImageCount>int</ImageCount>
            <GenericInventory>int</GenericInventory>
            <Redo>int</Redo>
            <RedoReason>string</RedoReason>
            <ContainerList xsi:nil="true" />
          </Call>
        </Calls>
        <CallsReturned>int</CallsReturned>
        <Retry>int</Retry>
      </WS_GETCALLEXCEPTIONSONROUTEResult>
    </WS_GETCALLEXCEPTIONSONROUTEResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /TruxWeb/WSRout_Android/WS_Android.asmx/WS_GETCALLEXCEPTIONSONROUTE?date=string&truck=string&route=string&companyCode=string HTTP/1.1
Host: payments.robinsonwasteservices.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<CallReturn xmlns="http://www.trux.com">
  <CallsLeft>int</CallsLeft>
  <Calls>
    <Call>
      <Containers>string</Containers>
      <Logid>int</Logid>
      <Action>string</Action>
      <Customer>int</Customer>
      <Site>int</Site>
      <Service>int</Service>
      <Sequence>double</Sequence>
      <SiteName>string</SiteName>
      <Address>string</Address>
      <City>string</City>
      <State>string</State>
      <Zip>string</Zip>
      <NextService>string</NextService>
      <Monday>int</Monday>
      <Tuesday>int</Tuesday>
      <Wednesday>int</Wednesday>
      <Thursday>int</Thursday>
      <Friday>int</Friday>
      <Saturday>int</Saturday>
      <Sunday>int</Sunday>
      <ContactName>string</ContactName>
      <ContactPhone>string</ContactPhone>
      <Activity>string</Activity>
      <Lifts>double</Lifts>
      <ServiceCode>string</ServiceCode>
      <ServiceDesc>string</ServiceDesc>
      <WONU>string</WONU>
      <WO>string</WO>
      <Reference>string</Reference>
      <SiteNote1>string</SiteNote1>
      <SiteNote2>string</SiteNote2>
      <ServiceNote1>string</ServiceNote1>
      <ServiceNote2>string</ServiceNote2>
      <DriverNote>string</DriverNote>
      <Route>int</Route>
      <Date>string</Date>
      <SiteLat>double</SiteLat>
      <SiteLong>double</SiteLong>
      <BinLat>double</BinLat>
      <BinLong>double</BinLong>
      <Status>int</Status>
      <SignatureRequired>int</SignatureRequired>
      <ServiceSize>double</ServiceSize>
      <SizeDisplay>string</SizeDisplay>
      <CallStatus>int</CallStatus>
      <Exception>int</Exception>
      <Leed>int</Leed>
      <Material>string</Material>
      <CustomerName>string</CustomerName>
      <TA01ID>int</TA01ID>
      <RouteIncluded>int</RouteIncluded>
      <HasOthers>int</HasOthers>
      <isTemp>int</isTemp>
      <ORIGINAL_SIZE>double</ORIGINAL_SIZE>
      <CUST_OWN>int</CUST_OWN>
      <ParsedAddress>string</ParsedAddress>
      <SectionAddress>string</SectionAddress>
      <Address2>string</Address2>
      <Address3>string</Address3>
      <Address4>string</Address4>
      <Address5>string</Address5>
      <ImageCount>int</ImageCount>
      <GenericInventory>int</GenericInventory>
      <Redo>int</Redo>
      <RedoReason>string</RedoReason>
      <ContainerList>
        <Container d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Container d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ContainerList>
    </Call>
    <Call>
      <Containers>string</Containers>
      <Logid>int</Logid>
      <Action>string</Action>
      <Customer>int</Customer>
      <Site>int</Site>
      <Service>int</Service>
      <Sequence>double</Sequence>
      <SiteName>string</SiteName>
      <Address>string</Address>
      <City>string</City>
      <State>string</State>
      <Zip>string</Zip>
      <NextService>string</NextService>
      <Monday>int</Monday>
      <Tuesday>int</Tuesday>
      <Wednesday>int</Wednesday>
      <Thursday>int</Thursday>
      <Friday>int</Friday>
      <Saturday>int</Saturday>
      <Sunday>int</Sunday>
      <ContactName>string</ContactName>
      <ContactPhone>string</ContactPhone>
      <Activity>string</Activity>
      <Lifts>double</Lifts>
      <ServiceCode>string</ServiceCode>
      <ServiceDesc>string</ServiceDesc>
      <WONU>string</WONU>
      <WO>string</WO>
      <Reference>string</Reference>
      <SiteNote1>string</SiteNote1>
      <SiteNote2>string</SiteNote2>
      <ServiceNote1>string</ServiceNote1>
      <ServiceNote2>string</ServiceNote2>
      <DriverNote>string</DriverNote>
      <Route>int</Route>
      <Date>string</Date>
      <SiteLat>double</SiteLat>
      <SiteLong>double</SiteLong>
      <BinLat>double</BinLat>
      <BinLong>double</BinLong>
      <Status>int</Status>
      <SignatureRequired>int</SignatureRequired>
      <ServiceSize>double</ServiceSize>
      <SizeDisplay>string</SizeDisplay>
      <CallStatus>int</CallStatus>
      <Exception>int</Exception>
      <Leed>int</Leed>
      <Material>string</Material>
      <CustomerName>string</CustomerName>
      <TA01ID>int</TA01ID>
      <RouteIncluded>int</RouteIncluded>
      <HasOthers>int</HasOthers>
      <isTemp>int</isTemp>
      <ORIGINAL_SIZE>double</ORIGINAL_SIZE>
      <CUST_OWN>int</CUST_OWN>
      <ParsedAddress>string</ParsedAddress>
      <SectionAddress>string</SectionAddress>
      <Address2>string</Address2>
      <Address3>string</Address3>
      <Address4>string</Address4>
      <Address5>string</Address5>
      <ImageCount>int</ImageCount>
      <GenericInventory>int</GenericInventory>
      <Redo>int</Redo>
      <RedoReason>string</RedoReason>
      <ContainerList>
        <Container d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Container d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ContainerList>
    </Call>
  </Calls>
  <CallsReturned>int</CallsReturned>
  <Retry>int</Retry>
</CallReturn>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /TruxWeb/WSRout_Android/WS_Android.asmx/WS_GETCALLEXCEPTIONSONROUTE HTTP/1.1
Host: payments.robinsonwasteservices.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

date=string&truck=string&route=string&companyCode=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<CallReturn xmlns="http://www.trux.com">
  <CallsLeft>int</CallsLeft>
  <Calls>
    <Call>
      <Containers>string</Containers>
      <Logid>int</Logid>
      <Action>string</Action>
      <Customer>int</Customer>
      <Site>int</Site>
      <Service>int</Service>
      <Sequence>double</Sequence>
      <SiteName>string</SiteName>
      <Address>string</Address>
      <City>string</City>
      <State>string</State>
      <Zip>string</Zip>
      <NextService>string</NextService>
      <Monday>int</Monday>
      <Tuesday>int</Tuesday>
      <Wednesday>int</Wednesday>
      <Thursday>int</Thursday>
      <Friday>int</Friday>
      <Saturday>int</Saturday>
      <Sunday>int</Sunday>
      <ContactName>string</ContactName>
      <ContactPhone>string</ContactPhone>
      <Activity>string</Activity>
      <Lifts>double</Lifts>
      <ServiceCode>string</ServiceCode>
      <ServiceDesc>string</ServiceDesc>
      <WONU>string</WONU>
      <WO>string</WO>
      <Reference>string</Reference>
      <SiteNote1>string</SiteNote1>
      <SiteNote2>string</SiteNote2>
      <ServiceNote1>string</ServiceNote1>
      <ServiceNote2>string</ServiceNote2>
      <DriverNote>string</DriverNote>
      <Route>int</Route>
      <Date>string</Date>
      <SiteLat>double</SiteLat>
      <SiteLong>double</SiteLong>
      <BinLat>double</BinLat>
      <BinLong>double</BinLong>
      <Status>int</Status>
      <SignatureRequired>int</SignatureRequired>
      <ServiceSize>double</ServiceSize>
      <SizeDisplay>string</SizeDisplay>
      <CallStatus>int</CallStatus>
      <Exception>int</Exception>
      <Leed>int</Leed>
      <Material>string</Material>
      <CustomerName>string</CustomerName>
      <TA01ID>int</TA01ID>
      <RouteIncluded>int</RouteIncluded>
      <HasOthers>int</HasOthers>
      <isTemp>int</isTemp>
      <ORIGINAL_SIZE>double</ORIGINAL_SIZE>
      <CUST_OWN>int</CUST_OWN>
      <ParsedAddress>string</ParsedAddress>
      <SectionAddress>string</SectionAddress>
      <Address2>string</Address2>
      <Address3>string</Address3>
      <Address4>string</Address4>
      <Address5>string</Address5>
      <ImageCount>int</ImageCount>
      <GenericInventory>int</GenericInventory>
      <Redo>int</Redo>
      <RedoReason>string</RedoReason>
      <ContainerList>
        <Container d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Container d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ContainerList>
    </Call>
    <Call>
      <Containers>string</Containers>
      <Logid>int</Logid>
      <Action>string</Action>
      <Customer>int</Customer>
      <Site>int</Site>
      <Service>int</Service>
      <Sequence>double</Sequence>
      <SiteName>string</SiteName>
      <Address>string</Address>
      <City>string</City>
      <State>string</State>
      <Zip>string</Zip>
      <NextService>string</NextService>
      <Monday>int</Monday>
      <Tuesday>int</Tuesday>
      <Wednesday>int</Wednesday>
      <Thursday>int</Thursday>
      <Friday>int</Friday>
      <Saturday>int</Saturday>
      <Sunday>int</Sunday>
      <ContactName>string</ContactName>
      <ContactPhone>string</ContactPhone>
      <Activity>string</Activity>
      <Lifts>double</Lifts>
      <ServiceCode>string</ServiceCode>
      <ServiceDesc>string</ServiceDesc>
      <WONU>string</WONU>
      <WO>string</WO>
      <Reference>string</Reference>
      <SiteNote1>string</SiteNote1>
      <SiteNote2>string</SiteNote2>
      <ServiceNote1>string</ServiceNote1>
      <ServiceNote2>string</ServiceNote2>
      <DriverNote>string</DriverNote>
      <Route>int</Route>
      <Date>string</Date>
      <SiteLat>double</SiteLat>
      <SiteLong>double</SiteLong>
      <BinLat>double</BinLat>
      <BinLong>double</BinLong>
      <Status>int</Status>
      <SignatureRequired>int</SignatureRequired>
      <ServiceSize>double</ServiceSize>
      <SizeDisplay>string</SizeDisplay>
      <CallStatus>int</CallStatus>
      <Exception>int</Exception>
      <Leed>int</Leed>
      <Material>string</Material>
      <CustomerName>string</CustomerName>
      <TA01ID>int</TA01ID>
      <RouteIncluded>int</RouteIncluded>
      <HasOthers>int</HasOthers>
      <isTemp>int</isTemp>
      <ORIGINAL_SIZE>double</ORIGINAL_SIZE>
      <CUST_OWN>int</CUST_OWN>
      <ParsedAddress>string</ParsedAddress>
      <SectionAddress>string</SectionAddress>
      <Address2>string</Address2>
      <Address3>string</Address3>
      <Address4>string</Address4>
      <Address5>string</Address5>
      <ImageCount>int</ImageCount>
      <GenericInventory>int</GenericInventory>
      <Redo>int</Redo>
      <RedoReason>string</RedoReason>
      <ContainerList>
        <Container d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Container d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ContainerList>
    </Call>
  </Calls>
  <CallsReturned>int</CallsReturned>
  <Retry>int</Retry>
</CallReturn>