Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 36095 invoked from network); 20 Oct 2006 02:20:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Oct 2006 02:20:32 -0000 Received: (qmail 21718 invoked by uid 500); 20 Oct 2006 02:20:32 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 21602 invoked by uid 500); 20 Oct 2006 02:20:31 -0000 Mailing-List: contact cxf-dev-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-dev@incubator.apache.org Received: (qmail 21593 invoked by uid 99); 20 Oct 2006 02:20:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 19:20:31 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of James.Mao@iona.com designates 63.65.132.112 as permitted sender) Received: from [63.65.132.112] (HELO amereast-smg2.iona.com) (63.65.132.112) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 19:20:30 -0700 Received: from amereast-ems2.IONAGLOBAL.COM ([10.65.6.84]) by amereast-smg2.iona.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id k9K2D6Pm001453 for ; Thu, 19 Oct 2006 22:13:07 -0400 (EDT) Received: from [10.129.9.116] ([10.129.9.116]) by amereast-ems2.IONAGLOBAL.COM with Microsoft SMTPSVC(5.0.2195.6713); Thu, 19 Oct 2006 22:20:04 -0400 Message-ID: <453831FA.4080702@iona.com> Date: Fri, 20 Oct 2006 10:18:34 +0800 From: James Mao User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: cxf-dev@incubator.apache.org Subject: Re: outstanding distribution cleanup works [was: Re: M1 TODOs (again)] References: <452C0746.8080706@envoisolutions.com> <4534ABA4.6040902@iona.com> <4535B294.2030805@envoisolutions.com> <45376F0B.6060304@iona.com> <4537748F.9010109@iona.com> <45381B58.80609@iona.com> In-Reply-To: <45381B58.80609@iona.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 20 Oct 2006 02:20:04.0895 (UTC) FILETIME=[413D72F0:01C6F3EE] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I have created several tasks. Cheers, James. Bozhong Lin 写道: > I don't think we filed any JIRA task yet. Anyone is working on this? > This probably needs to be addressed for M1 release. > > Cheers, > Bo > > James Mao wrote: >> >>>>>> - Content-Type >>>>>> - Faults need 500 status code >>> in SOAP 1.1 and XML we need add 500 status code , seems in SOAP1.2 >>> the status code should remain 200. >>> SOAP 1.1 should use text/xml Content-Type, in SOAP 1.2 we should use >>> application/soap+xml >>> >>> Do we have jira task for this? >>> >> SOAP 1.2 should also return 500 to indicate when an error occurs >> processing the request, actually it provide a find grained mapping >> between soap erros and http status code than soap1.1 >> >> Cheers, >> James. >> >