Versions Compared

Key

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

...

Code Block
languagexml
themeRDark
firstline1
titleSOAP Web Service Call Body Example
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:FindLocation>

         <cha:session>
            <cha:AccountID>115860</cha:AccountID>
            <!--Mandatory:-->
            <cha:DistributorID>101605</cha:DistributorID>
            <!--Mandatory:-->
            <cha:Expires>2018-08-09T15:26:57.87</cha:Expires>
            <!--Mandatory:-->
            <cha:Key>5158851E-1D9C-47D7-A384-55690F4A0B1E</cha:Key>
            <!--Mandatory:-->
            <cha:UserID>64796</cha:UserID>
         </cha:session>

         <cha:countryCode>AU</cha:countryCode>
         <!--Mandatory:-->
         <cha:searchValue>3131</cha:searchValue>
         <!--Mandatory:-->
      </cha:FindLocation>

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

...


...

Image Added2-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

...