Unknown macro: {next_previous_links}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

UDDI is one of many standards supported by the WSO2 Governance Registry. Read more on Supported APIs & Standards for a complete list of standards supported by WSO2 Governance Registry.

Universal Description, Discovery and Integration (UDDI) is a platform-independent, XML-based registry by which businesses worldwide can publish and subscribe to web services. Each business will create a listing of itself on the registry and discover services deployed by each other.

  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.

    ./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. 
  • No labels