Hi All,
I have enabled addressing in the axis2.xml
And when checked from web console I see addressing module as engaged.
Also the handler chain containes the addressing handlers.
But I don't even see the "To" wsa header.
However in the log I see the message addressing disabled.
Can anybody tell me what I am missing?? or is there anything else to do?
From a coding perspective this is what I wanted to do
EndpointReference ref = new EndpointReference(url);
ref.setName("ReplyTo");
ref.addReferenceParameter(new QName(AddressingConstants.WSA_DEFAULT_PREFIX,"sessionId"),sessionId);
msgContext.setReplyTo(ref);
Anything missing??
Regards,
Rajith
- [Axis2] WS-Addressing headers are missing from the SOAP... Rajith Attapattu
- Re: [Axis2] WS-Addressing headers are missing from... Deepal Jayasinghe
- Re: [Axis2] WS-Addressing headers are missing ... Jaliya Ekanayake
- Re: [Axis2] WS-Addressing headers are miss... Rajith Attapattu
- Re: [Axis2] WS-Addressing headers are ... Deepal Jayasinghe
- Re: [Axis2] WS-Addressing headers... Thilina Gunarathne
