You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Gert Vanthienen (JIRA)" <ji...@apache.org> on 2009/12/23 06:07:40 UTC

[jira] Updated: (SMXCOMP-675) HttpSoapConsumerMarshaler forces the content type to application/soap+xml whatever the SOAP version is

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

Gert Vanthienen updated SMXCOMP-675:
------------------------------------

    Fix Version/s:     (was: servicemix-http-2009.02)
                   servicemix-http-2010.01

> HttpSoapConsumerMarshaler forces the content type to application/soap+xml whatever the SOAP version is
> ------------------------------------------------------------------------------------------------------
>
>                 Key: SMXCOMP-675
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-675
>             Project: ServiceMix Components
>          Issue Type: Bug
>          Components: servicemix-http
>    Affects Versions: servicemix-http-2009.02
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: servicemix-http-2010.01
>
>
> Currently, in the HttpSoapConsumerMarshaler forces the content type in the sendOut() and sendError() methods:
> response.setContentType("application/soap+xml");
> The problem is that the content type application/soap+xml is only valid for SOAP 1.2. Using SOAP 1.1, the content type should be set to text/xml.
> So I need to upgrade the marshaler to set the content type corresponding to the used SOAP version.

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