Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. WSO2 Governance Registry is compliant with UDDI specification version 3.0. In order to make Registry UDDI capable, Apache JUDDI has been embedded as the UDDI server. Therefor in the context of UDDI, Governance Registry also 

    • Adhere to JAXB, JAXWS and JPA standards
    • Contains UDDIV3 API Java Client Libraries
    • Recommended to use with JDK 1.6 , but supports JDK 1.5 or later

  2. Since UDDI is all about describing , discovering , and integrating business services, the embedded UDDI server is synchronized with the Registry and allows users to add services from Registry and manage them through UDDI API s. And similarly it allows users to work with the UDDI server just like with any other UDDI server as well.

  3. Using UDDIV3 web service API s it is possible to perform operations on the UDDI registry such as publish services, find businesses, find services and many more.
     
  4. To make Governance Registry UDDI enable, the server should start with the following variable.

    Code Block
    ./wso2server.sh –Duddi=enable (Linux)
    
    wso2server.bat –Duddi=enable (Windows)
  5. Please refer the The usage of UDDI APIs to find out about the UDDI API functionality. 

...