Page tree
Skip to end of metadata
Go to start of metadata

REQUEST

URL

https://webdomain/api/soap/v17/

  • Body

Is a XML file with starting with <soapenv:Envelope> and ending with </soapenv:Envelope>

See left panel for examples

RESPONSE

Code

Message

Action

HTTP 200

Success

Not necessary. Everything went well.

HTTP 401

Unauthorized

Add authorization header.

HTTP 403

Forbidden

Validate user type, username and password.

HTTP 404

Page Not found

Provide valid URL. Make sure no "\" in URL.

HTTP 500

Internal Server Error

Contact Support. Server error or load too high.

WSDL

Web Service Description Language (WSDL) is a machine-readable description of all SOAP calls

https://webdomain/api/soap/v17/?wsdl



  • No labels