Re: Apache CXF not adding ws-addressing element wsa:To to the server response

2010-12-15 Thread Glen Mazza
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 ma

Apache CXF not adding ws-addressing element wsa:To to the server response

2010-12-15 Thread nidkil
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 missin