DEV Community

Tech Community for Software AG Tech Community

Posted on • Originally published at tech.forums.softwareag.com on

Developer Portal Connectivity to Azure API Gateway

Overview :

WebMethods developer portal is simplified and lean architecture that is easier to run and requires less resources

• It is headless, pluggable, and extensible in nature – there’s an API for everything, customers will be able to use the Developer Portal or build their own UI for different type of asset.

• The developer portal is event-enabled – anything that happens in the product emits an event which other solutions can subscribe to.

• You can connect the Developer Portal with gateways from other vendors, or you can publish third-party APIs

Let us consider the use case of integration with 3rd party gateways. APIs from different gateways can be exported and imported into the developer portal. Both external and internal consumers can then consume the APIs. We can also have an optional integration layer to automate the configurations required on the gateway side to establish the connectivity with developer portal.

Check out the original article in the Software AG Tech Community to see the Azure Gateway and Developer Portal setups as well as the sequence of events to build the Integration Logic.

Top comments (0)