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:
- Key: Content-Type Value: text/xml
- Key: SoapAction Value: http://www.opensys.com.au/ChainIT/4.0/ChainITDataServices/IChainITService/ConsignmentTrackingSearch
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> <cha:session> <cha:AccountID>115860</cha:AccountID> <!--Mandatory:--> <cha:DistributorID>101605</cha:DistributorID> <!--Mandatory:--> <cha:Expires>2020-08-09T15:26:57.87</cha:Expires> <!--Mandatory:--> <cha:Key>5158851E-1D9C-47D7-A384-55690F4A0B1E</cha:Key> <!--Mandatory:--> <cha:UserID>64796</cha:UserID> <!--Mandatory:--> </cha:session> <cha:connoteReference>643655</cha:connoteReference> <!--Mandatory:--> <cha:consignmentDate>30/11/2017</cha:consignmentDate> <!--Mandatory:--> </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/
3) Call/Function Definition and Requirements2-1) Example Web Service Call (Login)
Related articles
Filter by label
There are no items with the selected labels at this time.