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

Reply via email to