Where to find requirements?
Web Service WSDL
Our Web Service Definition Language(WSDL) provides a complete overview of all calls that can be made through our SOAP Web Service, as well as the information requirements of each call.
http://support-ws.azurewebsites.net/Data/ChainIT/DataService.svc?wsdl
Info | ||
---|---|---|
| ||
Web Service Schema XSDWithin the WSDL you will also find an XSD Schema. This will inform you of the Information requirements of every call. http://support-ws.azurewebsites.net/Data/ChainIT/DataService.svc?xsd=xsd0 This information can also be found below "Web Service Functions/Calls" |
Overview
While we have numerous API's available for different integration purposes, Below are our recommended API's for integrating the END to END freight dispatch and management process.
Child pages (Children Display) style h6 sort creation excerptType simple
Preparing the Call
Where you are sending the information? (Endpoint)
- UAT Endpoint: https://bau-uat-ws.azurewebsites.net/Data/ChainIT/DataService.svc
- Production Endpoint: https://enodo-ws.azurewebsites.net/Data/ChainIT/DataService.svc
What you are planning to do? (How to Define the Call)
i.e What function are you calling?
- Headers:
- Key: Content-Type Value: text/xml
- Key: SoapAction Value: <Insert Required SOAPAction from WSDL> (e.g. http://www.opensys.com.au/ChainIT/4.0/ChainITDataServices/IChainITService/Login)
Info |
---|
*SoapUI automatically configures the "Header" based on the call being made. However for other applications it is critical the correct SoapAction Url is entered in to make the correct call |
What are the information requirements?
All payload/body requirements of your soap call can be found within the WSDL. This has also been documented for you on 3) Call/Function Definition and Requirements
Info |
---|
*SoapUI automatically configures the Body Template based on the call being made. If you are using other applications you can use the "Example Body" from the required function definition below. Alternatively consult the Web Service Schema XSD (Link provided above) |
Examples Calls
Child pages (Children Display) style h6 sort creation excerptType simple