...
Start WSO2 Governance Registry with UDDI enable mode.
Code Block sh wso2server.sh -Duddi=enable wso2server.bat -Duddi=enable
- 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). - Go in to the
GREG_HOME/samples/jaxr
and run theant
command inside the folder.
- 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.
...