Manage UDDI registry with CXF

970 Views Asked by At

I have an application using Apache CXF with a lots of SOAP services implemented. So, i would like to use the "service registry" concept and then, i´d hear about UDDI, but i dont know how to implemented that.

Is Apache CXF already composed by an API to deploy UDDI engine or should i fix another library to do that?

2

There are 2 best solutions below

0
On BEST ANSWER

Take a look at JUDDI:

http://juddi.apache.org/

which is a UDDI service. The latest version is written to JAX-WS and is tested by default with CXF.

0
On

To add, jUDDI has a neat way to automate the registration of web services using annotations and a servlet startup listener.

Source: http://svn.apache.org/repos/asf/juddi/trunk/juddi-examples/uddi-annotations/