You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by David Melgar <dm...@us.ibm.com> on 2007/09/10 02:16:13 UTC

WS-Addressing ReplyTo processing

The WS-Addressing specification states that if a ReplyTo header is 
included in a request message, then the reply message should be sent to 
the EPR specified in the ReplyTo header, not as a response on the original 
request connection.

Does Axis2 handle this for a web service implemented with Axis2? Or does 
it require the Axis2 web service developer to manually deal with ReplyTo 
processing?

If Axis2 does handle the reply, where in the source does it do this? Is it 
possible to alter the handling of ReplyTo?

Re: WS-Addressing ReplyTo processing

Posted by Deepal jayasinghe <de...@gmail.com>.
David Melgar wrote:
>
> The WS-Addressing specification states that if a ReplyTo header is
> included in a request message, then the reply message should be sent
> to the EPR specified in the ReplyTo header, not as a response on the
> original request connection.
>
> Does Axis2 handle this for a web service implemented with Axis2? Or
> does it require the Axis2 web service developer to manually deal with
> ReplyTo processing?
Service author does not need to do anything , if the message has replyTo
then Axis2 will send the response to the address specified by replyTo.

Thanks
Deepal


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org