The WSO2 Governance Registry (G-Reg) is an SOA-integrated registry-repository for storing and managing data or metadata related to services and other artifacts. It consists of two Web-based interfaces: the G-Reg Publisher and G-Reg Store. The Publisher is used t o create and manage assets, while the Store is used to search for and subscribe to assets.
...
Introducing the sample
BuyMore is a fictitious supermarket chain with more than 200 retail branches. Given below is a snapshot of the existing services of BuyMore with their lifecycle states:
...
Reviewing the new version of the asset
In the previous step, Smith opened BuyMoreBillCalculateRESTAPI Version 2.0.0
in the G-Reg Store.
- Go to the User Reviews tab of the asset and add a rating (let's say 5). Also add a review comment (such as "This version of the asset is recommended as it implements the company's new loyalty scheme"), and then click Post Review.
- Note that the review that Smith just added appears on the console, under the NEWEST category. You can filter reviews according to popularity and the date added.
...
- Log in to the G-Reg Store (https://localhost:9443/store/) as Smith if you haven't done so already (credentials: smith/smith@bm).
- Click any one of the menus (say the REST Services menu) and note that you now have 2 notifications in the upper right-hand corner of the G-Reg Store.
Smith reads the notification and notices that version 1.0.0 of the asset has been discontinued by BuyMore. Smith proceeds to make a backup of the asset. - Search for " BuyMoreBillCalculateRESTAPI" in the G-Reg Store and click version 1.0.0 to open it.
The Swagger-based REST asset opens in the Store. Scroll down and click the Download button to download the content of the Swagger file.
Smith now has a local copy of the asset that BuyMore has discontinued.
...