Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

  1. Start WSO2 Governance Registry with UDDI enable mode.

    Code Block
    sh wso2server.sh -Duddi=enable
     
    wso2server.bat -Duddi=enable
  2. Go in to the GREG_HOME/samples/jaxr/src/main/resources/ and update the scoutv3.properties file with valid username and password(This user must have UDDIPublisher permision).
  3. Go in to the GREG_HOME/samples/jaxr and run the ant command inside the folder. 

  4. This sample would create an organization and a service in UDDI registry. And then it would browse through the UDDI registry to find that organization and service.

...