Info |
---|
In this instance I am making a call to GetChargeQuote in my uat environment through postman, Things I need to perform this call: - My Session Credentials form my previous Login Call
- Note Session Credentials will expire If
- You Have generated a new "Key"
- You Have Passed the Expiry Date of the Session
- The User has been Deleted/made inactive
- Your package/quote information
*Learn how to chain this call in 5) Creating Chained Requests |
Endpoint: https://bau-uat-ws.azurewebsites.net/Data/ChainIT/DataService.svc
Headers:
Body:
Code Block |
---|
language | xml |
---|
theme | RDark |
---|
firstline | 1 |
---|
title | Web Service Call |
---|
linenumbers | true |
---|
|
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cha="http://www.opensys.com.au/ChainIT/4.0/ChainITDataServices" xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<soapenv:Header/>
<soapenv:Body>
<cha:ReleaseSelectConsignments>
<!-- 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>2018-08-16T15:15:55.89</cha:Expires>
<!--Mandatory:-->
<cha:Key>E36D344D-DCA9-45B8-8FCD-2F049B1E73B3</cha:Key>
<!--Mandatory:-->
<cha:UserID>64796</cha:UserID>
<!--Mandatory:-->
</cha:session>
<cha:consignIDs>
<!--Zero or more repetitions:-->
<arr:long>?</arr:long>
</cha:consignIDs>
<!--Optional:-->
<cha:releaseDate>?</cha:releaseDate>
<!--Optional:-->
<cha:generateBookingRequests>?</cha:generateBookingRequests>
<!--Optional:-->
<cha:generateManifests>?</cha:generateManifests>
</cha:ReleaseSelectConsignments>
</soapenv:Body>
</soapenv:Envelope> |
Code Block |
---|
language | xml |
---|
theme | RDark |
---|
firstline | 1 |
---|
title | Successful Web Service Call Response |
---|
linenumbers | true |
---|
collapse | true |
---|
|
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<ReleaseAllConsignmentsResponse xmlns="http://www.opensys.com.au/ChainIT/4.0/ChainITDataServices">
<ReleaseAllConsignmentsResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Message/>
<ModuleName/>
<ProcedureName/>
<BookingIDs i:nil="true" xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
<ManifestIDs xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<a:int>2770297</a:int>
<a:int>2770298</a:int>
<a:int>2770299</a:int>
<a:int>2770300</a:int>
</ManifestIDs>
</ReleaseAllConsignmentsResult>
</ReleaseAllConsignmentsResponse>
</s:Body>
</s:Envelope> |
Image Removed | Image Removed | Image Removed |
Related articles
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 5 |
---|
spaces | com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@20f86d |
---|
showSpace | false |
---|
sort | modified |
---|
reverse | true |
---|
type | page |
---|
cql | label = "kb-how-to-article" and type = "page" and space = "FLIP" |
---|
labels | kb-how-to-article |
---|
|