1

Among many features of WSO2 G-REG listed here there is one which states that in G-REG you can "store any type of data or metadata" (etc. Word documents). How to do that? Because I don't see any options to do that in a management console.

Community
  • 1
  • 1
zygimantus
  • 3,649
  • 4
  • 39
  • 54

1 Answers1

1

Users are provided to add common service information through standard service metadata formats like using WSDL (Web Services Description Language) files, Policy file and schema files. User have to give the location of their WSDL, Policy or Schema files from local file system or as a URL, Governance Registry is importing those information in to Registry as resources. All the special resources are having their own Media Type which will be useful to users to handle them convenience way.

For more information, check the documentation here and here

Abimaran Kugathasan
  • 31,165
  • 11
  • 75
  • 105
  • 1
    Thanks, I am using G-REG 5.0.1, so as I see Documents are a new feature in G-REG 5.1.0 – zygimantus Dec 04 '15 at 11:56
  • 1
    This link https://docs.wso2.com/display/Governance510/Managing+Documents says that "Page Deleted", so as I understood there is no new feature for documents. – zygimantus Dec 18 '15 at 09:29