Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

In this instance I am making a call to Find All locations in my uat environment through postman, I require my Session credentials and my ConsignmentId from my previous example to continue.

*Learn how to chain this call in 5) Creating Chained Requests

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

...

...

titleNot Required

...

Body:

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

         <cha:consignmentID>80423074</cha:consignmentID>
      </cha:CancelConsignment>

   </soapenv:Body>
</soapenv:Envelope>


Info

<cha:consignmentID> can be found 2 ways

  1. Access "Manifest Consignments" 
    1. Inspect Webpage (F12 then CTRL + F "ConsignmentId)
    2. Image Added

  2. Access "Manifest Consignments" 
    1. Open Lablel
    2. Copy Numeric Value within the URL
    3. Image Added


Code Block
languagexml
themeRDark
firstline1
titleSuccessful Web Service Call Response
linenumberstrue
collapsetrue
<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>

...

Code Block
languagexml
themeRDark
firstline1
titleSuccessful Web Service Call Response
linenumberstrue
collapsetrue
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <CancelConsignmentResponse xmlns="http://www.opensys.com.au/ChainIT/4.0/ChainITDataServices">
         <CancelConsignmentResult>false</CancelConsignmentResult>
      </CancelConsignmentResponse>
   </s:Body>
</s:Envelope>

3) Call/Function Definition and Requirements

...

2-1) Example Web Service Call (Login)


Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@20f86d
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "FLIP"
labelskb-how-to-article

...