Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 331 invoked from network); 20 Jun 2007 07:08:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jun 2007 07:08:57 -0000 Received: (qmail 58119 invoked by uid 500); 20 Jun 2007 07:08:57 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 58071 invoked by uid 500); 20 Jun 2007 07:08:57 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 58060 invoked by uid 99); 20 Jun 2007 07:08:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2007 00:08:57 -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; Wed, 20 Jun 2007 00:08:53 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C7E067141FE for ; Wed, 20 Jun 2007 00:08:32 -0700 (PDT) Message-ID: <31964074.1182323312816.JavaMail.jira@brutus> Date: Wed, 20 Jun 2007 00:08:32 -0700 (PDT) From: "Henrik Mohr (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS2-2823) CLONE -Unable to implement methods generated with WSDL2Java: org.apache.axis2.databinding.ADBException: Unexpected subelement PromoteEmailToActivity MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org CLONE -Unable to implement methods generated with WSDL2Java: org.apache.axis2.databinding.ADBException: Unexpected subelement PromoteEmailToActivity ---------------------------------------------------------------------------------------------------------------------------------------------------- Key: AXIS2-2823 URL: https://issues.apache.org/jira/browse/AXIS2-2823 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: adb Affects Versions: nightly Environment: Windows XP Pro, Java SE/JDK 6.0 u1, AXIS 2 nightly snapshot, Ant 1.7 Reporter: Henrik Mohr Priority: Blocker I'm not able to implement method in skeleton-class made from WSDL. Step1: type the following command line: WSDL2Java -uri file:///E:/tmp/WebService.wsdl -p org.tempuri.webservice -d adb -s -wv 1.2 -ss -sd Step 2: Implement method SetCrmServicesURL to return new SetCrmServicesURLResponse() - this works. Implement method PromoteEmailToActivity to return new PromoteEmailToActivityResponse(); - this doesn't work Step 3: build .aar file Step 4: deploy Step 5: test methods. As mentioned earlier, method PromoteEmailToActivity doesn't work. By the way; I started trying with release version 1.2, raising the same error. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org