Search code examples
javaweb-servicesspring-wsuddi

Role of UDDI in Spring Web services?


I have gone thru spring ws but did not come across role of UDDI in spring WS. I believe spring configuration(i.e PayloadRootAnnotationMethodEndpointMapping) internally publishing and finding it from UDDI . Is that correct ?


Solution

  • AFAIK, Spring doesn't explicitly cover UDDI. If you're a fan of annotations and configuration based tooling, jUDDI has it.

    Example: http://svn.apache.org/repos/asf/juddi/tags/juddi-3.2.0/juddi-examples/wsdl2uddi-lifecyle/

    Related post: Spring WS and UDDI