Using the SOAP Interface without SOAP

In case you don't like the idea of using SOAP or run into technical problems with it, but you still would like to use the web service, you can call exactly the same functions using an http or https interface. You send the values for SOAP parameters, along with the name of the desired function, to the following form, using GET or POST:

https://ssl.ibanrechner.de/http.html (or without SSL: http://ssl.ibanrechner.de/Riban/http.html).

The server responds with an XML file whose structure reflects that of the corresponding SOAP response.

For using this interface, please refer to the documentation for the http/https wrapper and also the SOAP documentation.