...
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
<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> <!-- Session Credentials Available By following the "Login Web Service Call" https://flipgroup.atlassian.net/wiki/spaces/FLIP/pages/703102977/2a+Example+Web+Service+Call+Login--> <cha:session> <cha:AccountID>115860</cha:AccountID> <!--Mandatory:--> <cha:DistributorID>101605</cha:DistributorID> <!--Mandatory:--> <cha:Expires>2020Expires>2018-08-09T1516T15:2615:5755.87<89</cha:Expires> <!--Mandatory:--> <cha:Key>5158851EKey>E36D344D-1D9CDCA9-47D745B8-A3848FCD-55690F4A0B1E<2F049B1E73B3</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> |
...