Versions Compared

Key

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

...

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:ReleaseAllConsignments>

  <!-- Session Credentials Available By  <!--Optional:-->following the "Login Web Service Call"
               <cha:session>             <!--Optional:https://flipgroup.atlassian.net/wiki/spaces/FLIP/pages/703102977/2a+Example+Web+Service+Call+Login-->     
       <cha:AccountID>?<  <cha:session>
            <cha:AccountID>115860</cha:AccountID>
            <!--OptionalMandatory:-->
            <cha:DistributorID>?<DistributorID>101605</cha:DistributorID>
            <!--OptionalMandatory:-->
            <cha:Expires>?<:Expires>2018-08-16T15:15:55.89</cha:Expires>
            <!--OptionalMandatory:-->
            <cha:Key>?<Key>E36D344D-DCA9-45B8-8FCD-2F049B1E73B3</cha:Key>
            <!--OptionalMandatory:-->
            <cha:UserID>?<UserID>64796</cha:UserID>
         </cha:session>   <!--Mandatory:-->
         <!--Optional:-->/cha:session>

         <cha:releaseDate>?</cha:releaseDate>
         <!--Optional:-->
         <cha:generateBookingRequests>?</cha:generateBookingRequests>
         <!--Optional:-->
         <cha:generateManifests>?</cha:generateManifests>
      </cha:ReleaseAllConsignments>
   </soapenv:Body>
</soapenv:Envelope>

...