Author |
Message |
Topic: Serialize SOAP domain with MQOutput/MQReply |
ZiziTheFirst
Replies: 12 Views: 6499
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 27, 2013 7:05 am Subject: Re: Serialize SOAP domain with MQOutput/MQReply |
Great, thanks for elaborating the answers to such depth, I'm sure the future readers will bring flowers to my grave out of thankfulness
I checked ad in fact the 500 msgs/sec would do, but w ... |
Topic: Serialize SOAP domain with MQOutput/MQReply |
ZiziTheFirst
Replies: 12 Views: 6499
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 27, 2013 1:37 am Subject: Re: Serialize SOAP domain with MQOutput/MQReply |
I can't use SOAP Request, because it's not a request (I don't expect a reply).
So it's a SOAP one-way operation; what's the problem?
I was not aware of this option, I might give it a try.
I w ... |
Topic: Serialize SOAP domain with MQOutput/MQReply |
ZiziTheFirst
Replies: 12 Views: 6499
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 26, 2013 1:05 pm Subject: Serialize SOAP domain with MQOutput/MQReply |
Thank you all, that seems to cover all my rather inquisitive questions .
I'll stick with the XMLNSC solution, because I'm not familiar enough with SOAP/JMS and we do not have any WSDLs indeed. ... |
Topic: Serialize SOAP domain with MQOutput/MQReply |
ZiziTheFirst
Replies: 12 Views: 6499
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 26, 2013 12:33 pm Subject: Re: Serialize SOAP domain with MQOutput/MQReply |
Still, the question could also stand as follows - why does it work with SOAP Envelope node, but not with ESQL? What extra processing does it do and can I achieve it with ESQL too? (I feel it must be p ... |
Topic: Serialize SOAP domain with MQOutput/MQReply |
ZiziTheFirst
Replies: 12 Views: 6499
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 26, 2013 12:21 pm Subject: Re: Serialize SOAP domain with MQOutput/MQReply |
How come? Is there a way to serialize ESQL-created SOAP domain tree correctly using MQOutput? Or is it only designed to be used with SOAP/HTTP nodes and it's a feature, not a bug, that it does not ser ... |
Topic: Serialize SOAP domain with MQOutput/MQReply |
ZiziTheFirst
Replies: 12 Views: 6499
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 26, 2013 12:10 pm Subject: Serialize SOAP domain with MQOutput/MQReply |
To get the output you want , you need to use ASBITSTREAM with RootBitStream option, then pass that result to the MQOutput node.
Thanks for the tip, I tried adding another Compute after the first (I ... |
Topic: Serialize SOAP domain with MQOutput/MQReply |
ZiziTheFirst
Replies: 12 Views: 6499
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 26, 2013 10:19 am Subject: Serialize SOAP domain with MQOutput/MQReply |
In a messageflow running on WMB 7.0.0.4 I have these nodes:
MQInput -> Compute -> MQReply
The Compute contains this dummy code: (in a real flow I will need to put something in OutputRoot.S ... |