IBM UDDI Version 3 Client

 

IBM UDDI Version 3 Client

The UDDI Version 3 Client for Java is a JAX-RPC Java class library that provides an API that can be used by client programs to interact with a Version 3 UDDI Registry. This class library can be used to construct UDDI
JAX-RPC objects and to invoke the UDDI Version 3 WebService. You can find the API documentation at the Javadoc welcome page.

This client also contains an XML Digital Signature utility class called SignatureUtilities, provided to construct and validate Digital Signatures on UDDI elements. See Use of digital signatures with the UDDI Registry for full details.

Client Jar

WebSphere Application Server provides a class library:

uddiv3client.jar

This jar contains the JAX-RPC UDDI Version 3 types and UDDI WebService invocation classes.

This jar is located in install_root/UDDIReg/client

The UDDI Version 3 client provides port types which map onto the UDDI Version 3 SOAP inquiry, publish, custody transfer and security APIs. These APIs are protected as described in Access control for UDDI Registry interfaces. A client program using the UDDI Version 3 client should get the appropriate port type for the request that is to be issued (such as the UDDI_Publication_PortType for a save_business request). If the role mappings are such that the request will require a WebSphere Application Server authenticated userid, the client program should pass the userid and password by setting the relevant properties on the JAX-RPC stub for that port.

IBM UDDI Version 3 Client samples

Samples illustrating the use of the Version 3 Client are available through the developerWorks WebSphere Web site; see UDDI Registry samples. There are 5 samples.

UDDIv3ClientBindingSample.java

An example of how to save and find Binding Templates.

UDDIv3ClientBusinessSample.java

An example of how to save and find Business Entities.

UDDIv3ClientServiceSample.java

An example of how to save and find Business Services.

UDDIv3ClientSignedBusinessSample.java

An example of how to sign and verify a Business Entity.

UDDIv3ClientTModelSample.java

An example of how to save and find TModels.

These classes contain details on how to compile and execute them.