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?

 

Thanks in advance,

Matthias.

Reply via email to