Author |
Message |
Topic: MRM or XMLNSC tree not copying completely |
jingbugle
Replies: 15 Views: 6072
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 14, 2007 5:30 pm Subject: MRM or XMLNSC tree not copying completely |
Got it to work in a different way...
SET OutputLocalEnvironment.Variables.replyParties.replyParty[] =
(SELECT P
FROM InputRoot.MRM.tns:Body.ns:TXLife.ns:TXLifeResponse.ns:OLifE.ns:Party[] AS P
W ... |
Topic: MRM or XMLNSC tree not copying completely |
jingbugle
Replies: 15 Views: 6072
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 14, 2007 4:22 pm Subject: MRM or XMLNSC tree not copying completely |
Was dropping the 'THE' in front of your select intentional?
Yes |
Topic: MRM or XMLNSC tree not copying completely |
jingbugle
Replies: 15 Views: 6072
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 14, 2007 3:44 pm Subject: MRM or XMLNSC tree not copying completely |
This is not working though:
SET Environment.Variables.Parties.replyParty[] =
(SELECT P
FROM InputRoot.MRM.tns:Body.ns:TXLife.ns:TXLifeResponse.ns:OLifE.ns:Party[] AS P
WHERE ROW(P.id AS RelatedO ... |
Topic: MRM or XMLNSC tree not copying completely |
jingbugle
Replies: 15 Views: 6072
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 14, 2007 3:36 pm Subject: This combined SELECT is also working... |
SET Environment.Variables.Parties.inquiryParty2 =
THE(SELECT P
FROM InputRoot.MRM.tns:Body.ns:TXLife.ns:TXLifeResponse.ns:OLifE.ns:Party[] AS P
WHERE ROW(P.id AS OriginatingObjectID) = THE(SELECT R ... |
Topic: MRM or XMLNSC tree not copying completely |
jingbugle
Replies: 15 Views: 6072
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 14, 2007 3:28 pm Subject: MRM or XMLNSC tree not copying completely |
When I separate the two SELECT clauses it is working.
SET Environment.Variables.Parties.inquiryPartyId =
THE(SELECT R.OriginatingObjectID
FROM InputRoot.MRM.tns:Body.ns:TXLife.ns:TXLifeResponse. ... |
Topic: MRM or XMLNSC tree not copying completely |
jingbugle
Replies: 15 Views: 6072
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 14, 2007 3:11 pm Subject: MRM or XMLNSC tree not copying completely |
Well a problem in your SELECT is that you are using XML.Attribute when you should be using XMLNSC.Attribute for the XMLNSC domain.
Regards,
Thanks, that was the deal with XMLNSC. I forgot to ... |
Topic: MRM or XMLNSC tree not copying completely |
jingbugle
Replies: 15 Views: 6072
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 14, 2007 10:58 am Subject: MRM or XMLNSC tree not copying completely |
Try
HTTPInput->Compute->HTTPReply
Send the same data to the HTTPInput that you get from the HTTPRequest.
Thanks, it looks it is only a problem with the debug display.
I tried HTTPInp ... |
Topic: MRM or XMLNSC tree not copying completely |
jingbugle
Replies: 15 Views: 6072
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 14, 2007 9:25 am Subject: Hmmm... |
Open a PMR.
Double-check your results, and that you're not otherwise doing anything funny.
For example, create a simple flow.
MQInput->Compute->MQOutput
Where Compute Mode is set to ... |
Topic: MRM or XMLNSC tree not copying completely |
jingbugle
Replies: 15 Views: 6072
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 14, 2007 8:48 am Subject: MRM or XMLNSC tree not copying completely |
When using CopyEntireMessage procedure generated with OutputRoot = InputRoot in the body, the message is not completely copied. The message is a SOAP envelope and I see that the problem is with compl ... |