Modifying Workflow (Sample 1)
The payload packaging scheme value is also defined in the
wfin26BackEndIntegrationV1_Sample1.xml workflow file.
Procedure
-
Navigate to
$MQ_HOME\common\standard\workflow directory.
-
Open the
wfin26BackEndIntegrationV1_Sample1.xml workflow file.
-
Navigate to the PublishToEAI activity section. For example,
<Activity Name="PublishToEAI">
<Action>SendProtocolMessage</Action>
<Parameter direction="in" name="PayloadPackagingScheme" eval="constant" type="string">BK_INTEGRATION_OUT_1</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 to save the changes.
Copyright © Cloud Software Group, Inc. All rights reserved.