>>> Hi,
>>>
>>>
>>>
>>> I set my service scope to soapsession, but my service class gets
>>> initialized by every service call. That’s not right. Consecutive
>>> service calls should share the same ServiceContext. Am I right?
>>> SessionContext is not created by Axis2. I also engaged addressing
>>> module by following snippet inside the init function of my service class:
>>>
>>>
>>>
>>>
>>>
>>> AxisService axisService = serviceContext.getAxisService();
>>>
>>> AxisModule am = *new* AxisModule("addressing");
>>>
This line is wrong, what you can do is to get the AxisModule from
AxisConfiguration.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]