Modifying Workflow (Sample 2)
The payload packaging scheme value is also defined in the
wfin26BackEndIntegrationV1_Sample2.xml workflow file.
Procedure
-
Go to
$MQ_HOME\common\standard\workflow directory.
-
Open the
wfin26BackEndIntegrationV1_Sample2.xml workflow file.
-
Go to the he PublishToEAI activity section. For example,
<Activity Name="PublishToEAI">
<Action>SendProtocolMessage</Action>
<Parameter direction="in" name="PayloadPackagingScheme" eval="constant" type="string">BK_INTEGRATION_OUT_2</Parameter>
</Activity>
-
Change the value for the PayloadPackagingScheme parameter to
XXXX. The modified entry is displayed as follows:
<Activity Name="PublishToEAI">
<Action>SendProtocolMessage</Action>
<Parameter direction="in" name="PayloadPackagingScheme" eval="constant" type="string">XXXX</Parameter>
</Activity>
-
Click
Save.
Copyright © Cloud Software Group, Inc. All rights reserved.