I don't have an immediate answer for you, but here is some background information on WS-Addressing as implemented in CXF: http://cxf.547215.n5.nabble.com/Queries-regarding-WS-Addressing-tp549046p549047.html

Worst case, you can always use a CXF interceptor or JAX-WS handler to add the header manually: http://www.jroller.com/gmazza/entry/blog_article_index (Links #1 and #2 under Assorted Topics).

HTH,
Glen

On 15.12.2010 02:59, nidkil wrote:
Hi,

We are using Apache CXF to develop a service. The service needs to add the
wsa:To, wsa:Action, wsa:MessageID and wsa:ReplyTo to the server response as
part of the soap header. All elements, except for wsa:To, are added.

Is there something we need to configure to add wsaTo? What are we missing?

Regards, Nidkil

Reply via email to