Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 21627 invoked from network); 28 Aug 2007 18:15:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Aug 2007 18:15:54 -0000 Received: (qmail 56818 invoked by uid 500); 28 Aug 2007 18:15:49 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 56802 invoked by uid 500); 28 Aug 2007 18:15:49 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 56793 invoked by uid 99); 28 Aug 2007 18:15:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2007 11:15:49 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2007 18:16:47 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6C43071420F for ; Tue, 28 Aug 2007 11:15:31 -0700 (PDT) Message-ID: <16390055.1188324931441.JavaMail.jira@brutus> Date: Tue, 28 Aug 2007 11:15:31 -0700 (PDT) From: "Daniel Kulp (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Resolved: (CXF-687) SOAP over HTTP messages have two Content-Type headers and SOAP action as a separate header In-Reply-To: <21511387.1180035796343.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-687. ----------------------------- Resolution: Fixed > SOAP over HTTP messages have two Content-Type headers and SOAP action as a separate header > ------------------------------------------------------------------------------------------ > > Key: CXF-687 > URL: https://issues.apache.org/jira/browse/CXF-687 > Project: CXF > Issue Type: Bug > Components: Soap Binding > Affects Versions: 2.0, 2.0.1 > Environment: NA > Reporter: Steven E. Harris > Assignee: Daniel Kulp > Priority: Critical > Fix For: 2.0.2 > > > Per the discussion in issue CXF-628, if I use SOAP 1.2 over HTTP, CXF produces two Content-Type HTTP headers: > Content-Type: application/soap+xml; charset=UTF-8 > action: "http://host/my-interface-service/some-operationRequest" > Content-Type: text/xml > There should only be one Content-Type header -- the first one -- and the SOAP action should be a parameter to that header, not a separate header, as described in the SOAP 1.2 adjunct section A.3 on the "application/soap+xml" media type and its optional "action" parameter: > http://www.w3.org/TR/2003/REC-soap12-part2-20030624/#ietf-action -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.