Note: Note that the UDDI4J Version 2 APIs are deprecated in this version of WebSphere Application Server. The IBM UDDI Version 3 Client for Java is the preferred API for accessing UDDI using Java. The following considerations are specific to the support for UDDI4J specification provided by WebSphere Application Server:
The UDDI4J methods map onto the UDDI Version 1 and Version 2 SOAP inquiry and publish APIs. These APIs are protected as described in Access control for UDDI Registry interfaces. If the role mappings for these APIs are such that requests to these interfaces will require a WebSphere Application Server authenticated userid, a client program using UDDI4J should pass the user name and password by setting the system properties http.basicAuthUserName and http.basicAuthPassword. A UDDI4J client program can also specify details for a proxy server, including a user name and password, using the following system properties:
You can find the API documentation for UDDI4J at the Javadoc welcome page.
Related tasks
UDDI Registry Client Programming