Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 18084 invoked from network); 25 Jul 2007 02:30:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jul 2007 02:30:52 -0000 Received: (qmail 58632 invoked by uid 500); 25 Jul 2007 02:30:53 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 58615 invoked by uid 500); 25 Jul 2007 02:30:53 -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 58606 invoked by uid 99); 25 Jul 2007 02:30:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2007 19:30:53 -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, 24 Jul 2007 19:30:51 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3F76C714163 for ; Tue, 24 Jul 2007 19:30:31 -0700 (PDT) Message-ID: <33359617.1185330631255.JavaMail.jira@brutus> Date: Tue, 24 Jul 2007 19:30:31 -0700 (PDT) From: "Daniel Kulp (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Created: (CXF-845) OneWay operations agains JAX-WS RI server don't work MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org OneWay operations agains JAX-WS RI server don't work ---------------------------------------------------- Key: CXF-845 URL: https://issues.apache.org/jira/browse/CXF-845 Project: CXF Issue Type: Bug Components: Soap Binding, Transports Affects Versions: 2.0 Reporter: Daniel Kulp Fix For: 2.0.1 The JAX-WS RI uses a 202 Accepted message in "chunked" form to respond to a OneWay message. According to the WSI BP, that is allowed. However, CXF seems to think it's a partial response message and tries to parse it as XML, thus throwing an exception. Response from RI: HTTP/1.1 202 Accepted Server: Apache-Coyote/1.1 Transfer-Encoding: chunked Date: Wed, 25 Jul 2007 02:27:30 GMT 0 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.