Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 74581 invoked from network); 24 Jul 2007 18:39:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jul 2007 18:39:55 -0000 Received: (qmail 17366 invoked by uid 500); 24 Jul 2007 18:39:54 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 17354 invoked by uid 500); 24 Jul 2007 18:39:54 -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 17236 invoked by uid 99); 24 Jul 2007 18:39:54 -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 11:39:54 -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 11:39:51 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A0AAC7141F2 for ; Tue, 24 Jul 2007 11:39:31 -0700 (PDT) Message-ID: <19469741.1185302371655.JavaMail.jira@brutus> Date: Tue, 24 Jul 2007 11:39:31 -0700 (PDT) From: "Daniel Kulp (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Created: (CXF-844) RPC/Lit null value parameters are skipped MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org RPC/Lit null value parameters are skipped ----------------------------------------- Key: CXF-844 URL: https://issues.apache.org/jira/browse/CXF-844 Project: CXF Issue Type: Bug Components: Soap Binding Affects Versions: 2.0 Reporter: Daniel Kulp Assignee: Daniel Kulp Fix For: 2.0.1 If a parameter to a RPC/Lit operation is null, the soap binding just skips it and doesn't write out a part at all. Thus, the soap message is invalid as the part accessor it missing. WSI BP R2211 states that RPC/Lit parts cannot be nillable. Thus, an exception should be thrown. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.