SOAP API error handling tips in the UDDI Registry

When using the SOAP API there are three main categories that may cause an error to be returned:-

  • An invalid/incorrect request being sent to the SOAP API. e.g. Incorrectly formed XML, Badly formed UDDI requests, Non-schema compliant requests.

  • Invalid business logic within a SOAP API request. e.g. Attempting to delete a business that does not exist.

  • Problems occurring while processing a valid request. e.g. Server connection to database failure.

In each of these cases, an error will be returned to the client that made the request, which will attempt to explain further what the problem was.


SOAP API for the UDDI Registry