SOAP
All V2 endpoints can also be accessed via SOAP calls.
The WSDL file can be found here: https://ws.logistics.banyantechnology.com/services/ConnectivityPlatform.asmx
All services will be sent using HTTP POST, with the request included as an XML object in the body. Be sure to set content-type header to "text/xml".
To begin, we recommend you consume the provided WSDL file for whichever language you prefer.
This will greatly reduce the implementation effort by providing pre-generated code for interacting with the SOAP web services.
You can read more about WSDL's here - https://msdn.microsoft.com/en-us/library/ms996486.aspx
Last modified: 2 months ago