+

Search Tips   |   Advanced Search

UDDI4J programming interface (Deprecated)


The UDDI4J V2 APIs are deprecated in this version of WAS. The UDDI V3 Client for Java is the preferred API for accessing UDDI using Java code.

WAS provides UDDI4J classes in the com.ibm.uddi.jar file. This file contains classes that support V1 and V2 of the UDDI specification, providing compatability with earlier versions of WAS. The UDDI4J classes in this file are deprecated.

The UDDI4J methods map onto the UDDI V1 and V2 SOAP inquiry and publish APIs. These APIs are protected.

If the role mappings for these APIs are such that requests to these interfaces require a WAS authenticated user ID, a client program using UDDI4J must 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:





 

Related tasks


UDDI registry client programming

 

Related information


Additional Application Programming Interfaces (APIs)