When using the SOAP API there are three main categories that can
cause an error to be returned:
- An incorrect request being sent to the SOAP API., for example:
- incorrectly formed XML
- badly formed UDDI requests
- non-schema compliant requests
- Incorrect business logic within a SOAP API request, for example attempting
to delete a business that does not exist.
- Problems occurring while processing a valid request., for example server
connection to database failure.
In each of these cases, an error is returned to the client that made
the request, which attempts to explain further what the problem was.