Dear all, I wrote a service with Axis2/C 1.6.0 and it works fine. The only problem is that I would like to deploy my service in an application scope. I specified an application scope in the services.xml file, but it has no effect. The Apache Axis2 web service creates more than one instance of my service.
Do I miss something or the application scope is not implemented in Axis2/C? Thanks, William