Author |
Message |
Topic: Problem calling a flow with SOAP Async Request Node |
LuisR
Replies: 11 Views: 6181
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 01, 2016 10:32 am Subject: Problem calling a flow with SOAP Async Request Node |
But where does it states "You can't call a flow from other flows because it will internally repeat the nodes; you need to call the flow with soap async nodes through queues"? |
Topic: Problem calling a flow with SOAP Async Request Node |
LuisR
Replies: 11 Views: 6181
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 01, 2016 10:16 am Subject: Problem calling a flow with SOAP Async Request Node |
I'm sorry, but where is that documented? |
Topic: Problem calling a flow with SOAP Async Request Node |
LuisR
Replies: 11 Views: 6181
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 01, 2016 10:08 am Subject: Problem calling a flow with SOAP Async Request Node |
Exactly, so if you need to put a queue in the middle or set a property to force the uniqueness then is another known issue and is good that everyone knows that.
Thanks again. |
Topic: Problem calling a flow with SOAP Async Request Node |
LuisR
Replies: 11 Views: 6181
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 01, 2016 8:48 am Subject: Problem calling a flow with SOAP Async Request Node |
Ok, so the answer is "no, you can't have a flow with soap async nodes and call it directly from another flow".
It should be in the list of Known Issues (and we all know what they really a ... |
Topic: Problem calling a flow with SOAP Async Request Node |
LuisR
Replies: 11 Views: 6181
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 01, 2016 8:37 am Subject: Problem calling a flow with SOAP Async Request Node |
I don't want to deploy it twice, I just want to deploy it once and call it from N flows. Just that. |
Topic: Problem calling a flow with SOAP Async Request Node |
LuisR
Replies: 11 Views: 6181
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 01, 2016 8:03 am Subject: Problem calling a flow with SOAP Async Request Node |
Hello,
Any suggestion for this one? My solution was to avoid it generating distinct flows for each case. Sadly, this solution replicates a lot of logic with distinct names in the application, so I ... |
Topic: Problem calling a flow with SOAP Async Request Node |
LuisR
Replies: 11 Views: 6181
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 23, 2016 12:22 pm Subject: Problem calling a flow with SOAP Async Request Node |
Hello,
I developed a flow with a couple of SOAP Async Request Nodes in it. Suppose for this question the Unique Identifiers SOAPASYNC_A and SOAPASYNC_B.
If I call this flow from the flow A there ... |
Topic: XSL Transformation doesn't works |
LuisR
Replies: 3 Views: 3358
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 22, 2016 8:01 am Subject: XSL Transformation doesn't works |
Thanks for your answer, mqjeff!
The logical message tree doesn't have the Envelope nor Body in it so with just deleting a "/*/*" worked perfectly.
I'll leave the XSL for anyone who nee ... |
Topic: XSL Transformation doesn't works |
LuisR
Replies: 3 Views: 3358
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 22, 2016 7:23 am Subject: XSL Transformation doesn't works |
Hello,
Just to add some light in this problem.
1) I check the docs and downloaded the XSLT engine the Message Broker 8 uses (Xalan).
2) The version was this one: java -jar xalan.jar -XSL -IN -O ... |
Topic: XSL Transformation doesn't works |
LuisR
Replies: 3 Views: 3358
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 21, 2016 11:54 am Subject: XSL Transformation doesn't works |
Hello,
I was using an XSL transformation to sort the SOAP response that I need to send back to the invokers but it doesn't works, though I've tested in several different ways.
Why XSL? Because I ... |
Topic: SOAP Async Problem |
LuisR
Replies: 22 Views: 18232
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 21, 2016 11:38 am Subject: SOAP Async Problem |
I've finally got this running. The Service wasn't sending the 202 response and that's why tooks so long to start the other branch,. Now it works perfectly.
For the ones interested, the WCF code is: ... |
Topic: SOAP Async Problem |
LuisR
Replies: 22 Views: 18232
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 14, 2016 6:30 am Subject: SOAP Async Problem |
Hello fjb_saper,
I could add more instances and I know now what you were talking about. That was not my problem (although it will be my problem after this one, so thank you).
The problem is (che ... |
Topic: SOAP Async Problem |
LuisR
Replies: 22 Views: 18232
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 13, 2016 10:37 am Subject: SOAP Async Problem |
Hello people,
Problem finally solved. The thing was to change the ESQL after the Aggregate Reply Node. Now the ESQL Code is this one:
SET OutputRoot.Properties = InputRoot.ComIbmAggregateReply ... |
Topic: SOAP Async Problem |
LuisR
Replies: 22 Views: 18232
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 13, 2016 7:44 am Subject: SOAP Async Problem |
Hello fjb_saper,
Thanks for your response. It gave me some enlightenment on the aggregation behavior, but it keeps failing.
I've put a Trace after the Aggregation Request as you told me and the ... |
Topic: SOAP Async Problem |
LuisR
Replies: 22 Views: 18232
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 12, 2016 5:27 pm Subject: SOAP Async Problem |
Hello,
I'm pretty sure my problem is with the Aggregation Reply Node, but I don't know why and I don't know if the Async Response Node is losing something.
My test flow is this one:
https://d ... |