To use the SOAP API construct a properly formed UDDI message within
the body of a SOAP request, and send it using HTTP POST to the URL of the
API that the request relates to. The response is returned within the body
of the HTTP reply. Although the samples are written in Java, you can use other
programming languages to create your SOAP client, providing you still send
requests compliant to the SOAP specification. Valid UDDI requests should conform
to the UDDI schema, and be as detailed within the UDDI standard documentation:
http://www.uddi.org/
For
more information on using the SOAP API, refer to "The
UDDI Registry application programming interface".