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