Spring WS and UDDI

I have a bunch of web services implemented in Spring-WS 1.5.9. We use Maven to do our builds, our services run on OC4J that have a UDDI provider.

What we want to do is to start using UDDi internally to register our web services to allow other groups in the business to find and use them.

The problem is that I've not been able to find how to actually put this all together. How do I get the services to register them selves when they are deployed to the app server.

Spring doesn't seem to have any support or annotations. There doesn't appear to be a maven plugin.

I've got all the pieces but how do I put these together into an automated solution?

6
задан skaffman 30 October 2011 в 23:38
поделиться