Author |
Message
|
infotainment |
Posted: Thu Aug 11, 2016 12:58 am Post subject: IBM Integration Bus: How to handle multiple responses |
|
|
Apprentice
Joined: 18 Apr 2016 Posts: 41
|
We have a scenario in which we want to call Multiple Systems like
1) Call a Web Service
2) Call a process for Logging
3) Others
Now we are not getting that how our message tree will be handled in this way.
For example, when we call web service then after that our original Message is lost which we need to be logged in second process call for Logging.
How to handle this. In other tools like TIBCO, in each node we have Outputs of all previous calls separately which we can use any way but not sure how it will be done here.
Please assist. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Aug 11, 2016 3:48 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Well. You could easily call a process for logging before you call the webservice.
You could also review the documentation on "propagate".
You should commit yourself to learning IIB, rather than trying to figure out how to do individual Tibco-like things. it will, in fact, make it much easier to do Tibco-like things. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
infotainment |
Posted: Thu Aug 11, 2016 4:06 am Post subject: |
|
|
Apprentice
Joined: 18 Apr 2016 Posts: 41
|
Thanks for reply.
We need to send a message with specific model on MQ QUeue. After that we need to send a SOAP Request.
So if we do the logging, then after that original message is lost and we cannot use it in SOAPRequest Node.
Same is the case with after SoapRequest. Message Tree is not available after SOAP Request. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Aug 11, 2016 4:10 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
mqjeff wrote: |
You could also review the documentation on "propagate". |
_________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
Vitor |
Posted: Thu Aug 11, 2016 4:40 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mqjeff wrote: |
mqjeff wrote: |
You could also review the documentation on "propagate". |
|
 _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
timber |
Posted: Thu Aug 11, 2016 12:25 pm Post subject: |
|
|
 Grand Master
Joined: 25 Aug 2015 Posts: 1292
|
Quote: |
You could also review the documentation on "propagate". |
I agree.
Alternatively (and if you don't mind an extra node in your flow) you could review the documentation on the FlowOrder node. |
|
Back to top |
|
 |
|