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 webMethods.io B2B can be integrated with webMethods.io cloud container
It is assumed that readers of this article know
Connect to your on-prem webMethods Integration Server Designer
Created a package named “CloudIntegrator”
Developed a flowService “RcvBizDocFromB2B” responsible for receiving the transaction from B2B
As B2B sends BizDoc message, therefore we need to configure the input parameters on the RcvBizDocFromB2B flowService.
Set below Input parameters a. wm.tn.rec:BizDocEnvelope b. wm.tn.rec:ProfileSummary c. wm.tn.rec:ProfileSummary
To select the above docs in the input provide “wm.tn.rec: ReliableProcessingService” under specification tab and click enter.
Note: To have above documents as reference in the flow service WmTN package should be installed.
Note: Refer below link for detail steps to add the cloud container instance and deploy the solution to the cloud container Document Link: webMethods Cloud Container-Deploying IS Packages to Integration Server
Video Link: Deploying on-premise integrations to webMethods Cloud Container
Navigate to processing rule “ABC_Corp_To_ShippingEnterprise_AS2_In”.
Above rule mentioned is inbound rule with below details
Navigate to Action tab under selected processing rule.
Select the call an integration check box
Select the webMethods cloud container from drop down menu.
Select the below configuration 1. solution name: DigitalSolution 2. Node: IS 3. Package : CloudIntegrator 4. Service: RcvBizDocFromB2B 5. Execution mode: Reliable
Navigate to webMethods.io cloud container.
Open the solution DigitalSolution
On the left-hand side click on Manage
Under the manage tab click on administration.
Select the server logs from logs section on the left-hand side.
Note: Attached the on premise package “CloudIntegrator” used for this demo. CloudIntegrator.zip (7.6 KB)