0
votes

I would like to know how to add resources to WSO2 GReg using the Admin Services. I would like to do things like:

  • Add a resource
  • Add a collection
  • Add a life cycle

In addition I would like to be able to use the Admin Services to:

  • Add an application
  • Add a feature to GReg

Regards, nidkil

1

1 Answers

0
votes

There is a Web service API with WSO2 Governance registry that can be used to do such registry related functions. you can find the WSDL of this service from here

https://{IP}:{Port}/services/WSRegistryService.wsdl

Also there is a sample client that you can try out. Doc is here. I have seen that Governance registry documentation contain good samples that can be tried out.