...
A successful run of Apache Maven will generate a report similar to the following:
9. Copy the GREG_HOME/
samples/handler/src/target/
org.wso2.carbon.registry.samples.handler-4.5.0.jar
into GREG_HOME/repository/components/dropins
.
10. Start the server and observe the command prompt. See Starting Governance Registry Management Console on Windows or Starting Governance Registry Management Console on Linux.
Running the Sample
...
1. Create a new project using soapUI.
2. Simply copy the WSDL URL in the New soapUI Project dialog box. Use the following URL:
Code Block |
---|
http://localhost:9763/services/EndpointLookupService?wsdl |
Press the "OK" button to create the project. Make sure to keep the Create Requests
option selected.
3. Expand the getEndpoints operations and right-click the auto-generated request to display the request editor.
4. Fill in the following payload as the request:
...
5. Click the submit button to make the request to WSO2 Governance Registry.
6. Obtain the response from the server.
...