null

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In this instance I am making a call to provide all information underneath a connote I require my Session credentials from my previous example to continue. This will allow me to perform future calls as this will provide me with "ConsignmentID"

Endpoint: https://bau-uat-ws.azurewebsites.net/Data/ChainIT/DataService.svc

Headers: 

Not Required

Header declaration is not required for SoapUI. *SoapUI does this automatically

Body:

Web Service Call
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cha="http://www.opensys.com.au/ChainIT/4.0/ChainITDataServices">
   <soapenv:Header/>
   <soapenv:Body>
      <cha:ConsignmentTrackingSearch>
         <!--Optional:-->
         <cha:session>
            <!--Optional:-->
            <cha:AccountID>115860</cha:AccountID>
            <!--Optional:-->
            <cha:DistributorID>101605</cha:DistributorID>
            <!--Optional:-->
            <cha:Expires>2020-08-09T15:26:57.87</cha:Expires>
            <!--Optional:-->
            <cha:Key>5158851E-1D9C-47D7-A384-55690F4A0B1E</cha:Key>
            <!--Optional:-->
            <cha:UserID>64796</cha:UserID>
         </cha:session>
         <!--Optional:-->
         <cha:connoteReference>643655</cha:connoteReference>
         <!--Optional:-->
         <cha:consignmentDate>30/11/2017</cha:consignmentDate>
      </cha:ConsignmentTrackingSearch>
   </soapenv:Body>
</soapenv:Envelope>

<cha:connoteReference></cha:connoteReference>
<cha:consignmentDate></cha:consignmentDate>

Information Can be found on the Track Consignments Page https://bau-uat-site.azurewebsites.net/Enodo/Tracking/

Successful Web Service Call Response
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <ConsignmentTrackingSearchResponse xmlns="http://www.opensys.com.au/ChainIT/4.0/ChainITDataServices">
         <ConsignmentTrackingSearchResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
            <CarrierName/>
            <DateCreated>0001-01-01T00:00:00</DateCreated>
            <FileName/>
            <ManifestID>0</ManifestID>
            <ManifestItems>
               <ManifestItem>
                  <AutoBooked>false</AutoBooked>
                  <Consigned>2017-11-30T00:00:00</Consigned>
                  <ConsignmentID>43788027</ConsignmentID>
                  <ConsignmentNote>8479430000063</ConsignmentNote>
                  <Delivered/>
                  <Esn/>
                  <Eta>01/12/2017</Eta>
                  <Items>1</Items>
                  <LastScanType>Booking Sent To Carrier</LastScanType>
                  <Manifested>false</Manifested>
                  <PodView/>
                  <Receiver>Frank Ranaldo NORTHGATE SA 5085</Receiver>
                  <ReceiverContact>Malinda Dolling</ReceiverContact>
                  <ReceiverEmail>malinda@tomax.com.au</ReceiverEmail>
                  <ReceiverPhone>1300186629</ReceiverPhone>
                  <Reference>643655</Reference>
                  <References xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                     <a:string>643655</a:string>
                     <a:string>S136664</a:string>
                  </References>
                  <Release>false</Release>
                  <ReleasedAlReady>false</ReleasedAlReady>
                  <Scans/>
                  <Sender>TOMAX LOGISTICS  NOBLE PARK VIC 3174</Sender>
                  <SenderContact>Chris Chalmers</SenderContact>
                  <SenderEmail>chris@tomax.com.au</SenderEmail>
                  <SenderPhone>0395444227</SenderPhone>
                  <Service>IPEC Express</Service>
                  <SortCode/>
                  <SusItems/>
                  <ThirdPartyAccount/>
                  <Volume>0.457</Volume>
                  <Weight>21</Weight>
               </ManifestItem>
            </ManifestItems>
            <NoItems>0</NoItems>
            <Volume>0</Volume>
            <Weight>0</Weight>
         </ConsignmentTrackingSearchResult>
      </ConsignmentTrackingSearchResponse>
   </s:Body>
</s:Envelope>


Successful Web Service Call Response
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <ConsignmentTrackingSearchResponse xmlns="http://www.opensys.com.au/ChainIT/4.0/ChainITDataServices">
         <ConsignmentTrackingSearchResult i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/>
      </ConsignmentTrackingSearchResponse>
   </s:Body>
</s:Envelope>

// Reason was due to an incomplete payload being called. i.e mismatching 
<cha:connoteReference></cha:connoteReference>
<cha:consignmentDate></cha:consignmentDate>

3) Call/Function Definition and Requirements2a) Example Web Service Call (Login)


Filter by label

There are no items with the selected labels at this time.





  • No labels