Enable ServiceGroupID to be customized
--------------------------------------
Key: AXIS2-3680
URL: https://issues.apache.org/jira/browse/AXIS2-3680
Project: Axis 2.0 (Axis2)
Issue Type: New Feature
Components: kernel
Affects Versions: 1.3
Reporter: Matthias Gaiser
Priority: Minor
The soapsession-handling approach uses a axis2-specific SOAP header for
identifying its sessions.
This might look as follows:
<axis2:ServiceGroupId xmlns:axis2="http://ws.apache.org/namespaces/axis2"> ...
</axis2:ServiceGroupId>
When I develop an application I want to map this id to my application namespace
so that it is clear that this Id belongs to my application. Please enable it to
be changed in a configurative way, so that it might look like this:
myns:sessionID xmlns:myns="http://example.com"> ... </myns:sessionID>
Thanks.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]