Access endpoints from WSO2 GREG

72 views Asked by At

I have JAX WS applications created and deployed on WSO2 Application server. and service endpoints are registered into WSO2 GREG. Now I want to make use of these endpoints into web application which are also deployed into same Application server. To do this I have mounted the GREG registry into Application Server now I want to know the best way to use these registry resource from java code. I read some documentation but too much confusion about which one to choose.

1

There are 1 answers

0
tk_ On

As far as I understand the recommended way to achieve this is using governance REST API. Other than that I assume you can use a registry client as well. Since it is overriding the governance capabilities I would not recommend it.

hope this helps.