Hi Amit, As per my understanding what you want to do is to get the response from WebService 1 and pass the same as input to WEbService 2. If this is the case then I believe you can use a single client code which would first take the WebService 1 enpoint URL and invoke it. On successfully executing the WebService 1 call it would pass the response obtained to the second WebSerice i.e. WebService 2. Hence IMO there you would have to write a client which would be doing the same thing two times for the two different WebServices. Hope that helps. Regards, Nile
Amit Andhale <[EMAIL PROTECTED]> wrote: Hi, I want to pass out put of one web service to another web service. How can I do that? Regards Amit __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
