Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
This article explains how to expose B2B channels as an API. This article requires a prior understanding of REST.
Login to API gateway and create an API with a B2B inbound channel endpoint.
Add the resources and methods as shown below.
Select the methods as POST and pass the channel_id as the parameter. Copy the channel id from webmethods.io B2B -> channels page.
Add the below method parameters for posting the EDI inbound message from the API Portal.
API Gateway
For eg:
After applying the above policies save the API and publish it to the API Portal.
After publishing to the portal and run the API by clicking the Try API button. In this example, we are providing the body content as below. (you should get response 200 OK)