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

Description

This is the second version of the SOAP-API. It was implemented to ease working since SOAP-API v1 does not support the use of optional information in requests. This way you only have to provide the important information in a request. Your effort, when implementing our SOAP-API to make a minimal request, is less like this.

Authorization to use the SOAP-API is limited to registered IP-addresses or a valid API-key. If you are not authorized to use the interface, an error (SOAP-Fault) will be displayed. Please contact your Backclick administrator and ask him to register your IP or to provide you with the corresponding API-key. This is what such an error might look like:

IP [xxx.xxx.xxx.xxx] is not allowed to access this service.

This APIs WSLD-definition can be found in your installation of Backclick. In case you do not have an installation of Backclick yet, you can take a look at the current definition of the API here.

Notes

  • Any changes done via the API cannot be undone.
  • Please use a fault-tolerant implementation of our features to prevent errors due to unavailability (e.g.: maintenance, routing problems or downtime in general) of our API.

Topics

 

  • No labels