Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Governance Registry would function as a WS-Discovery proxy and store discovered services and related metadata. For an example any WS-Discovery compliant web services server (E.g. - Axis2) would be able to configure to use Governance Registry as a WS-Discovery proxy which would discover any deployed service. 

For an example lets follow the given below steps to discover a service published in the WSO2 Application Server. 

  1. Add the following property to the axis2.xml of WSO2 Application Server, to configure Governance Registry to work as a WS-Discovery proxy. 

    Code Block
    <parameter name="DiscoveryProxy">https://localhost:9443/services/DiscoveryProxy</parameter>