Hi, the documentation of service configuration ( http://ws.apache.org/axis2/1_4/axis2config.html#Service_Configuration) specifies:
*scope*: (Optional Attribute) The time period during which runtime information of the deployed services will be available. Scope is of several types- "Application", "SOAPSession", "TransportSession", "Request". The default value (if you don't enter any value) will be "Request" However, it seems that setting the scope to "Application" doesn't work. Instead, "application" works as expected. I don't know about the other scopes: maybe someone can clarify? L
