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 Find All locations in my uat environment through postman, I require my Session credentials from my previous example to continue.

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:

WSC
<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:CancelConsignment>
         <!--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:consignmentID>80423074</cha:consignmentID>
      </cha:CancelConsignment>
   </soapenv:Body>
</soapenv:Envelope>
Web Service Call Response
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <CancelConsignmentResponse xmlns="http://www.opensys.com.au/ChainIT/4.0/ChainITDataServices">
         <CancelConsignmentResult>true</CancelConsignmentResult>
      </CancelConsignmentResponse>
   </s:Body>
</s:Envelope>

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