Author |
Message |
Topic: Need help with record repetition in message sets |
nemani
Replies: 9 Views: 8362
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat May 09, 2015 10:41 pm Subject: Need help with record repetition in message sets |
Thank you mqjeff, smdavies99 and kimbert for your advise.
I got it working now.
smdavies99: When I started reading about the message sets stuff, I got cwf and TDS and the documentation said for ... |
Topic: Need help with record repetition in message sets |
nemani
Replies: 9 Views: 8362
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat May 09, 2015 9:04 pm Subject: Need help with record repetition in message sets |
Now I build the following structure
HDR
RECORD1
RECORD2
ORDERS (sequence group, min 1, max occurs = -1)
RECORD3 (max occurs 1)
RECORD4 (max occurs -1)
END
I have the following code ... |
Topic: Need help with record repetition in message sets |
nemani
Replies: 9 Views: 8362
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 08, 2015 12:39 pm Subject: Need help with record repetition in message sets |
Thanks for such a quick reply!
I remember trying it too.. might not have used right configurations/combinations ...but will try it again...
Can RECORD4 be configured to have max occurs as -1 O ... |
Topic: Need help with record repetition in message sets |
nemani
Replies: 9 Views: 8362
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 08, 2015 12:21 pm Subject: Need help with record repetition in message sets |
Hi:
I am new to the message sets, and am trying to generate the following output record:
HEADER
RECORD1
RECORD2
RECORD3
RECORD4
RECORD4
RECORD3
RECORD4
RECORD5
END
The records are fi ... |
Topic: Encoded Japanese Characters Getting Decoded on OutputRoot |
nemani
Replies: 1 Views: 2321
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 21, 2014 12:05 pm Subject: Encoded Japanese Characters Getting Decoded on OutputRoot |
I have an XML input message that has encoded Japanese characters. I use XMLNS parser to parse the message. The encoded characters stay as is as long as I do not manipulate the OutputRoot (built from I ... |