I would like to know if its possible?
Step1: call one web service A which retrieves data from the database and stores in a result set (dynamically)
Step2: web service A calls web service B to process the data stored in the result set.
Is it possible to share result sets which could be of large or small size between web services. If its not possible whats the best options
/SR