This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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. 

    <parameter name="DiscoveryProxy">https://localhost:9443/services/DiscoveryProxy</parameter>
  • No labels