Versions Compared

Key

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

...

1. Create a new project using soapUI.

Image RemovedImage Added

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

Image RemovedImage Added

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.

Image RemovedImage Added

4. Fill in the following payload as the request:

...

5. Click the submit button to make the request to WSO2 Governance Registry.

Image RemovedImage Added

6. Obtain the response from the server.

...