Process Level Storage

Posted by chetanparekh on 27-Jan-2011 04:37

We have a Sonic ESB Process which calls 5 different Custom Services in a sequence. We need to pass output of first 4 Custom Services to 5th Custom Service.
How to achieve this? Do we have any process level storage area (which gets reset before each run of the process)?

All Replies

Posted by sk185050 on 27-Jan-2011 04:56

As you are using that in sequence, you can append the output in the XML.

Posted by tsteinbo on 27-Jan-2011 07:10

The other solution would be to use additional (named) parts of the XQMessage travelling along with the process.

This thread is closed