Access to the SOAP API will by default be available at:
SOAP application programming interface for the UDDI Registry
http://localhost:9080/uddisoap/inquiryapi
or
https://localhost:9443/uddisoap/publishapi
Where 'localhost' is the address by which your WebSphere server is known. If security is enabled on your WebSphere server, the publishapi will also be protected by basic-authentication. By default, when security is enabled, the publishapi is restricted to HTTPS, this is to ensure the confidentiality and security of your data whilst in transit to UDDI. If you do not wish to use SSL, when security is enabled, modify the jar file using to remove the CONFIDENTIAL restriction placed upon the publish URLs. For more information about this topic, see the section on . If you normally access your WebSphere server via a Web server, ensure the plugin configuration for the WebSphere plugin on the Web server has been updated since installing UDDI. This allows access to the UDDI SOAP API through the URLs :
http://localhost/uddisoap/inquiryapi
or
https://localhost/uddisoap/publishapi
Where 'localhost' is the address by which your Web server is accessed. Note that if you plan on accessing UDDI via a Web server in this manner, that the samples will require modification to inform them of the SSL certificates used by your Web server, so that the samples can make SSL connections to the Web server. It is beyond the scope of this document to cover the many variants available on Web server/WebSphere/java SSL configurations
Programming the SOAP API
SOAP API error handling tips in the UDDI Registry