Hi,I'm afraid that you have to store the parameter for second service to use into the exchange.
Maybe you can consider to use the setProperty("header", simple(xxx));
On 6/29/11 12:11 PM, Jim Talbut wrote:
Hi,I want to provide a single web service that makes calls to two separate web services. The arguments for the two services are different and some of them are independent, so the service I offer will have a combined argument list, and I need to do a couple of transformations to generate the arguments for the called services. What I can't see is how I can store arguments for the second service that are not required for the first service so that I can access them again in the transformation for the second service. I could do this quite easily with a couple of custom processors, just adding the initial data to the exchange, but I'd like to know whether there is any way to do it without custom processors. Thanks Jim
-- Willem ---------------------------------- FuseSource Web: http://www.fusesource.com Blog: http://willemjiang.blogspot.com (English) http://jnn.javaeye.com (Chinese) Twitter: willemjiang Weibo: willemjiang
