Author |
Message |
Topic: Urgent: XML to Fixed Length Message output |
sbatta-mqnet
Replies: 2 Views: 1930
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 07, 2004 10:09 pm Subject: Urgent: XML to Fixed Length Message output |
Compound Type was set to sequence.
I had to rewrite the ESQL and it worked after that. I still don't know what difference it made when I am still creating the same logical tree.
I also made one mi ... |
Topic: Urgent: XML to Fixed Length Message output |
sbatta-mqnet
Replies: 2 Views: 1930
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 30, 2004 8:33 pm Subject: Urgent: XML to Fixed Length Message output |
Hi,
I am trying to create a flow that worked in version 2.1 now I just migrated the messagesets and the flows to version 5.0 CSD 3.
Here is the problem.
The flow takes in XML and outputs a fix ... |
Topic: SELECT ALL in ESQL |
sbatta-mqnet
Replies: 3 Views: 3286
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 29, 2004 10:28 am Subject: SELECT ALL in ESQL |
I am using version 2.1 the approach of using RG creates another tag inside the RepeatingStuff like
<MyMessage>
<RepeatingStuff>
<RG>
</RG>
</RepeatingStuff>
<R ... |
Topic: SELECT ALL in ESQL |
sbatta-mqnet
Replies: 3 Views: 3286
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 28, 2004 7:07 pm Subject: SELECT ALL in ESQL |
Hi,
Is it possible to select all the fields from the message without listing each field. If I just need to filter stuff thru a where. like
SET OutputRoot.MRM.MyOutMessage.RepeatingStuff[] = Sel ... |
Topic: TDS repeating nested groups not parsing correctly |
sbatta-mqnet
Replies: 6 Views: 2936
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 26, 2004 6:47 pm Subject: Here are some more details |
My Message structure is like follows
Claim
--ClaimantName
--ClaimDate
--Coverage Period [Repeats 35 times]
----DateFrom
----DateTo
----Adjustments [Repeats 10 times, for each Coverage p ... |
Topic: TDS repeating nested groups not parsing correctly |
sbatta-mqnet
Replies: 6 Views: 2936
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jan 24, 2004 2:13 am Subject: TDS repeating nested groups not parsing correctly |
Hi,
I have a TDS message that has nested repeats e.g.
Claim
ClaimantName
ClaimDate
Coverage Period(35)
DateFrom
DateTo
Adjustments (10)
Adjus ... |