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 "Matthias Gaiser (JIRA)" <ji...@apache.org> on 2008/03/31 09:02:24 UTC

[jira] Created: (AXIS2-3680) Enable ServiceGroupID to be customized

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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org