Author |
Message |
Topic: issue with SELECT statement on message tree |
learnWMB_abc
Replies: 13 Views: 5257
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 11, 2013 9:49 am Subject: issue with SELECT statement on message tree |
dogorsy-
My sincere apologies if that meant offensive
I meant to write,,'but not working' but ended up 'but no' which gave a whole diff meaning i think
Please excuse my English .-- wont happen ... |
Topic: issue with SELECT statement on message tree |
learnWMB_abc
Replies: 13 Views: 5257
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 11, 2013 9:20 am Subject: issue with SELECT statement on message tree |
Thanks
but no
let me show you by a correct example output
<a>
<b>
other elements here
<FirstElement>a</FirstElement>
<secondElement>b</secondElement>
< ... |
Topic: issue with SELECT statement on message tree |
learnWMB_abc
Replies: 13 Views: 5257
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 11, 2013 8:47 am Subject: issue with SELECT statement on message tree |
I will try to rewrite the problem statement.
The expected output should be like this.
<a>
<b>
<FirstElement>a</FirstElement>
<secondElement>b</secondElement& ... |
Topic: issue with SELECT statement on message tree |
learnWMB_abc
Replies: 13 Views: 5257
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Nov 09, 2013 10:45 pm Subject: issue with SELECT statement on message tree |
nope. that doesnt work.
So after this code,
DECLARE I INTEGER;
SET I = 1;
CREATE FIELD OutputRoot.XMLNS.a.b[I];
DECLARE outRef REFERENCE TO OutputRoot.XMLNS.a.b[I];
DECL ... |
Topic: issue with SELECT statement on message tree |
learnWMB_abc
Replies: 13 Views: 5257
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Nov 09, 2013 5:36 am Subject: issue with SELECT statement on message tree |
few typos there
I am actually replacing the orginal code xpaths and varaibles with sample names here.. that is y
DECLARE outRef REFERENCE TO OutputRoot.XMLNS.a.b[I]; -- not b.[I] ... |
Topic: issue with SELECT statement on message tree |
learnWMB_abc
Replies: 13 Views: 5257
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Nov 09, 2013 5:22 am Subject: issue with SELECT statement on message tree |
WMB broker v6.1.0.11(yeah!)
I have a message flow
MQInput-Compute- SOAPRequest-Compute1-MQOutput
In Compute1 node, I am trying to map the web service response to output tree.
some of the r ... |