You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by "Morris Jr, David P" <da...@lmco.com> on 2011/02/24 19:29:16 UTC

Support for in SOAP header

Does CXF currently support  <To> and <ReplyTo> in the SOAP Header? If so, which version?

Thanks!!

Re: Support for in SOAP header

Posted by Glen Mazza <gm...@talend.com>.
Yes, WS-Addressing is supported[1], at least starting from CXF 2.2 if 
not earlier.  Worst case, you can always place whatever headers you want 
manually using JAX-WS handlers or interceptors[2].

HTH,
Glen

[1] https://cwiki.apache.org/CXF20DOC/ws-addressing.html
[2] http://www.jroller.com/gmazza/entry/blog_article_index (links 1 and 
2 under assorted topics)

On 2/24/2011 1:29 PM, Morris Jr, David P wrote:
> Does CXF currently support<To>  and<ReplyTo>  in the SOAP Header? If so, which version?
>
> Thanks!!