Hi all,

I am currently getting started in the session handling with axis2. When I am using the soapsession approach, axis2 generates the following header in the SOAP response.

<axis2:ServiceGroupId xmlns:axis2=”http://ws.apache.org/namespaces/axis2”>...</ axis2:ServiceGroupId>

Now what I want to do is customizing this tag in order to reflect that this Id belongs to my application. I want to rename it to eg:

<myns:sessionID xmlns:myns=”http://example.com”>…</myns:sessionID>

Is there any configurative way to do this which does not involve actually changing the axis2 sources?

Not at the moment. But that is something we can easily do , please create a JIRA then we may fix that for next Axis2 release (not for 1.4)

-Deepal

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to