You can access, and I believe modify, the HTTP Headers at least from a JAX-WS Handler[1] (or CXF interceptor [2]) -- See step #2 of [1] for an example.
HTH, Glen [1] http://www.jroller.com/gmazza/entry/jaxws_handler_tutorial [2] http://www.jroller.com/gmazza/entry/jaxwshandlers_to_cxfinterceptors Chris Hardin wrote: > > I need some help. I need to adjust the header in the Soap response from > CXF. > A consumer of my Web Service cannot read the response, but from another > server running another ESB, they can. The only different is the > Content-type. Can anyone tell me how I can configure the content-type that > is being sent??? > -- View this message in context: http://old.nabble.com/Need-help---Modify-header-in-response-tp28934471p28937602.html Sent from the cxf-user mailing list archive at Nabble.com.
