Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 74088 invoked from network); 24 Jul 2007 18:37:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jul 2007 18:37:51 -0000 Received: (qmail 12386 invoked by uid 500); 24 Jul 2007 18:37:53 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 12323 invoked by uid 500); 24 Jul 2007 18:37: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 12313 invoked by uid 99); 24 Jul 2007 18:37: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 11:37: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 11:37:51 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3412071418E for ; Tue, 24 Jul 2007 11:37:31 -0700 (PDT) Message-ID: <5658592.1185302251211.JavaMail.jira@brutus> Date: Tue, 24 Jul 2007 11:37:31 -0700 (PDT) From: "Daniel Kulp (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Created: (CXF-843) Code first, Multiple out headers is only putting one soap:header element in the wsdl MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Code first, Multiple out headers is only putting one soap:header element in the wsdl ------------------------------------------------------------------------------------ Key: CXF-843 URL: https://issues.apache.org/jira/browse/CXF-843 Project: CXF Issue Type: Bug Components: JAX-WS Runtime, Service Model, Soap Binding, Tooling Affects Versions: 2.0 Reporter: Daniel Kulp Assignee: Daniel Kulp Fix For: 2.0.1 If a method has multiple out headers (or in/out headers), only the first one is added to the wsdl as a soap:header. The others are not listed as headers and not put in the "parts" list for the soap:body. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.