Interpret error messages in SOAP (Profit Connectors)

If you run a SOAP request, an error message may be returned via the Web services.

For example:

App_Conn SOAPUI foutmeldingen interpreteren

The SOAP message itself does not contain any information on the error. The error is between the <faultstring>...</faultstring> tags. If you build an application to carry out SOAP requests, you must ensure that the error messages of the Web services are passed to the user correctly.

Directly to

  1. Call Profit Connectors using SOAPUI
  2. Download and install SOAPUI
  3. Call a GetConnector
  4. Call a GetConnector with a filter
  5. Call an UpdateConnector
  6. Interpret error messages in SOAP