Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
servicemix-http-2009.01
-
None
Description
Currently the HttpSoapConsumerMarshaler doesn't manage HTTP headers in the response. The content type, encoding, etc are not set.
It's a TODO in the sendOut() and sendFault() methods.
The marshaler stores some headers in the soap message in the createExchange() method. This should be use (or at least default values) to set the response headers.