| Author |
Invoking webservice from another webservice - Axis2
|
raveesh ahuja
Greenhorn
Joined: Mar 09, 2007
Posts: 2
|
|
Hello,
Can someone please provide me some guidelines for invoking a webservice from another webservice. I am having a chain of services.
Client calls Webservice A which in turn would call Webservice B. Return value of Webservice A would depend on result from Webservice B.
Currently my client code invokes service using :
import org.apache.axis2.client.OperationClient;
import org.apache.axis2.client.Options;
import org.apache.axis2.client.ServiceClient;
Regards
Raveesh
|
 |
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2194
|
|
Invoking a web service A from another web service B is the same as invoking the web service B from any JavaEE client.
Check these links:
http://www.netbeans.org/kb/60/websvc/jax-ws.html
Best wishes!
|
 |
 |
|
|
subject: Invoking webservice from another webservice - Axis2
|
|
|