Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 9850 invoked from network); 11 May 2006 10:52:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 May 2006 10:52:56 -0000 Received: (qmail 99606 invoked by uid 500); 11 May 2006 10:52:50 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 99562 invoked by uid 500); 11 May 2006 10:52:50 -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 99550 invoked by uid 99); 11 May 2006 10:52:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 May 2006 03:52:50 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 May 2006 03:52:50 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 30B91410009 for ; Thu, 11 May 2006 10:52:05 +0000 (GMT) Message-ID: <19940482.1147344725197.JavaMail.jira@brutus> Date: Thu, 11 May 2006 10:52:05 +0000 (GMT+00:00) From: "Ken Campbell (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-710) WSDL2Java code generation error In-Reply-To: <23809386.1147344427047.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS2-710?page=all ] Ken Campbell updated AXIS2-710: ------------------------------- Attachment: PAF.wsdl > WSDL2Java code generation error > ------------------------------- > > Key: AXIS2-710 > URL: http://issues.apache.org/jira/browse/AXIS2-710 > Project: Apache Axis 2.0 (Axis2) > Type: Bug > Components: wsdl, databinding > Versions: 1.0 > Environment: Windows XP > Reporter: Ken Campbell > Attachments: PAF.wsdl > > Upgraded working web service which uses xmlbeans databinding from 0.95 to 1.0. > Used WSDL2Java (from axis2-std-1.0.bin) to re-generate code: > WSDL2Java -uri -ss -sd -g -d xmlbeans -o -p > Code and xmlbeans xsb files are full of uncompilable uk/ws/paf.co.edp.www. > As the xsb files contain the same constructs, the code is unrunnable once the errors have been replaced. > The wsdl definition contains: > xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" > xmlns:tns="www.edp.co.uk/ws/PAF/" > xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > xmlns:paf="http://www.edp.co.uk/ws/PAF/messages" > name="PAF" > targetNamespace="www.edp.co.uk/ws/PAF/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"> > It appears that WSDL2Java is misinterpreting the targetNamespace because of '/' characters. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira