javaweb-serviceswso2wso2-governance-registry

How to add assets to WSO2 Governance Registry using SOAP UI or Java


I am new to WSO2 Governance Registry, I am using the version v5.4.0.

After successfully creating custom extension using RXT and exporting the wsdl from /services/extension? wsdl want to add assets to registry using a Java application.

I have created a soapUI project from wsdl but the add operation only takes <ser:info xmlns:ser="http://services.add.<assettype>.governance.carbon.wso2.org"> type.

How do I create this? What happened to my attributes in RXT?

I am still trying to wrap my mind around WSO2 Governance Registry and would appreciate any pointer in the right direction.


Solution

  • Since you want to add assets using a remote java application, I think better to do it via the Governance Java API or REST API because it is simpler and cleaner.

    if you prefer to use Governance Java API, please refer "Governance API" and "Configurable Governance Artifacts with API"

    If you like to use Governance REST API, you can refer "Governance REST API" doc.