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 am...@movistar.com on 2003/10/02 20:15:33 UTC

A technical question about Axis

I have a Web Service implemented on WASP for Java. I want to implement this service on Axis, but I don't know if Axis has per-client instantiation option. With this option, each time a service is invoked from different clients, a different instance of the service is created (the service keep the state along his live time). Can I do the same with Axis?

Thanks.

Antonio from Spain.