I have a bunch of web services implemented in Spring -WS 1.5.9. We use Maven to complete our builds, our services run on OC4J, which have a UDDI provider.
We want to start using UDDi to register our web services so that other groups in the business can find and use them.
The problem is that I could not find how to actually do all this. How do I get services to register themselves when they are deployed to the application server.
Spring doesn't seem to have support or annotations. There seems to be no maven plugin.
I have all the parts, but how can I combine them into an automatic solution?
java spring maven uddi
grbonk
source share