This tutorial demonstrates how to integrate an external WSO2 API Manager (APIM) 2.0.0 with WSO2 G-Reg 5.3.0.
Table of Contents | ||
---|---|---|
|
Introduction
WSO2 G-Reg implementsServices implements services (i.e., SOAP or REST) as configurable governance artifacts (RXT files), which you create using the G-Reg Publisher. Usually, you publish a service in WSO2 APIM using the APIM Publisher web interface. Instead, you can integrate WSO2 APIM with WSO2 G-Reg, to directly publish APIs to APIM Publisher using the services deployed in the WSO2 G-Reg. This guide explains how to configure the two products to expose services in the G-Reg as APIs in WSO2 APIM.
Prerequisites
Follow the steps below to set up the required prerequisites before starting the integration.
...
Create the service, which you need to publish to WSO2 APIM in WSO2 G-Reg or edit it if it is an existing one.
Tip When creating the service or editing an existing service, add the same values that you provided for the
apim.endpoint
parameter (e.g.http://localhost:9763/
), andapim.env
parameter (e.g."Dev"
) when configuring the lifecycle executor, for Environments and URL in the Endpoints tab as shown in the example below.- Publish the service you created or edited to WSO2 APIM Publisher. For instructions, see Managing Life Cycles of Assets.
...