You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Doug Davis <du...@us.ibm.com> on 2001/03/09 15:49:42 UTC

Re: SOAP Chaining

Within your web service you're free to do whatever you want, so sure
you could call another web service and in essence get chaining.  If
you're talking about defining a single service that invokes a chain
of services w/o the overhead of multiple soap calls (ie. just pass the
message to a list of services and build up the response) then take
a look at Apache SOAP v3 (aka Axis) at http://xml.apache.org/axis
It should have this when it's done.
-Dug


roland@kseminent.com on 03/10/2001 09:25:56 AM

Please respond to soap-user@xml.apache.org

To:   soap-user@xml.apache.org
cc:
Subject:  SOAP Chaining




We have servlet chaining,  I read somewhere that you can chain SOAP calls,
can one SOAP service invoke another SOAP service?,  any idea how is it
done? where can I get some examples.

Thanks.
Roland.