You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Beda Christoph Hammerschmidt <bc...@web.de> on 2002/10/18 16:57:48 UTC

invoking methods from server side

I am developping a webservice which has to invoke other webservices methods on the same host (to get their state).
If deployed with SESSION SCOPE one webservice can have multiple instantiations; one for each client.
My webservice offers a method which uses other webservices functions. But i need to invoke the appropriate one. 

How can i find out the webservice which maps the client ? How can i access a webservice method from server side ?


Thanks