|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Using DFDL in place of MRM message set |
« View previous topic :: View next topic » |
Author |
Message
|
Jain |
Posted: Fri Nov 27, 2015 7:56 pm Post subject: Using DFDL in place of MRM message set |
|
|
 Novice
Joined: 11 Nov 2011 Posts: 21
|
I have requirement to replace to existing MRM message set with DFDL.
Currently I am doing following -
Code: |
SET OutputRoot.Properties.MessageSet = 'PTM44UO1216318';
SET OutputRoot.Properties.MessageType = 'Request';
SET OutputRoot.Properties.MessageFormat = 'Binary1';
SET OutputRoot.Properties.CodedCharSetId = 037;
-----
-----
SET OutputRoot.MRM.ReqBody.TLBCUR = GetcacheValue(Environment.BusinessServiceID,'ReqBody.TLBCUR',' ','');
---
SET OutputRoot.BLOB.BLOB = ASBITSTREAM(outRef OPTIONS parseOptions CCSID 37 SET 'PTM44UO1216318' TYPE 'Request' FORMAT 'Binary1'); |
Can some one help me to implement same thing using DFDL ? |
|
Back to top |
|
 |
fjb_saper |
Posted: Sat Nov 28, 2015 2:58 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Easy, create your message model in DFDL, set it on an input node and look at what the properties, and especially the ones you showed will look like after the input node...
Remember to also wire the failure terminal to look at those properties...
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
timber |
Posted: Sat Nov 28, 2015 11:31 am Post subject: |
|
|
 Grand Master
Joined: 25 Aug 2015 Posts: 1292
|
We certainly can help. But we need to know what you have tried.
If you have not tried anything yet, then at least tell us which info center topics you have read. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|