Author |
Message
|
chbushan |
Posted: Wed Mar 13, 2013 10:07 am Post subject: SOAP XML to TDS CopyBook |
|
|
 Novice
Joined: 18 Jan 2005 Posts: 11 Location: United States
|
Hi All, I'm working for the first time with message sets for cobol copy book and have to demo a POC using message broker.
I did go through some documents but could not find any sample to convert SOAP XML to TDS message.
I'm able to convert the SOAP XML to CWF(Binary) to match the cobol copy book but the requirement is to add a delimiter Tilda (~) after each message segment.
Input XML has to be converted into Delimited separated file as below.
~85000XX
~850OXZ
~850OXY
~850OXM
~850OXS
Can you please help me with some links or suggestions?
Thanks for your help. |
|
Back to top |
|
 |
yellowbee |
Posted: Wed Mar 13, 2013 10:44 am Post subject: |
|
|
 Acolyte
Joined: 14 Apr 2012 Posts: 58
|
Just Create A Message set under MRM domain and set default wire format as TDS and create a message definition file,in the properties of message definition file specify the Delimiter as per your requirement.
After that in your message flow map the message contents as per your requirement. |
|
Back to top |
|
 |
kimbert |
Posted: Wed Mar 13, 2013 3:30 pm Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5543 Location: Southampton
|
If it's a PoC then presumably you are using version 8. In which case you should be using the DFDL domain, not the MRM domain. |
|
Back to top |
|
 |
chbushan |
Posted: Wed Mar 13, 2013 6:33 pm Post subject: |
|
|
 Novice
Joined: 18 Jan 2005 Posts: 11 Location: United States
|
We have version 7.3 and this first time dealing with COBOL copy books in MB.
I tried using TDS message set but for some reason I'm not able to configure. |
|
Back to top |
|
 |
kimbert |
Posted: Thu Mar 14, 2013 1:32 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5543 Location: Southampton
|
Quote: |
I tried using TDS message set but for some reason I'm not able to configure. |
This is a standard scenario for broker. Tell us what you tried and what happened ( and please quote any error messages ). Then we can help. |
|
Back to top |
|
 |
yellowbee |
Posted: Thu Mar 14, 2013 11:33 am Post subject: |
|
|
 Acolyte
Joined: 14 Apr 2012 Posts: 58
|
I tried using TDS message set but for some reason I'm not able to configure
Tell me which part you are facing problem |
|
Back to top |
|
 |
|