You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2009/10/20 16:15:53 UTC

[jira] Resolved: (SMXCOMP-659) HTTP component doesn't set the HTTP response headers (content type, encoding, ...)

     [ https://issues.apache.org/activemq/browse/SMXCOMP-659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved SMXCOMP-659.
------------------------------------------

    Resolution: Fixed

I have set the response Content-Type to application/soap+xml. The soap marshaler has to always return this content type.

> HTTP component doesn't set the HTTP response headers (content type, encoding, ...)
> ----------------------------------------------------------------------------------
>
>                 Key: SMXCOMP-659
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-659
>             Project: ServiceMix Components
>          Issue Type: Bug
>          Components: servicemix-http
>    Affects Versions: servicemix-http-2009.01
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: servicemix-http-2009.02
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.