Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 88791 invoked from network); 20 Dec 2006 23:16:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Dec 2006 23:16:12 -0000 Received: (qmail 37820 invoked by uid 500); 20 Dec 2006 23:16:10 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 37806 invoked by uid 500); 20 Dec 2006 23:16:10 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 37795 invoked by uid 99); 20 Dec 2006 23:16:10 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Dec 2006 15:16:10 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [67.112.197.235] (HELO mail.comergent.com) (67.112.197.235) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Dec 2006 15:16:00 -0800 Received: from hqexch1.cmgt.corp ([10.4.0.14]) by mail.comergent.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 20 Dec 2006 15:15:39 -0800 Received: from 10.1.0.107 ([10.1.0.107]) by hqexch1.cmgt.corp ([10.4.0.14]) via Exchange Front-End Server owa.comergent.com ([10.4.0.8]) with Microsoft Exchange Server HTTP-DAV ; Wed, 20 Dec 2006 23:15:38 +0000 Received: from localhost.localdomain by owa.comergent.com; 20 Dec 2006 15:15:49 -0800 Subject: java.sql.Timestamp support From: Vedha Vijayan To: axis-user@ws.apache.org Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 20 Dec 2006 15:15:49 -0800 Message-Id: <1166656549.3094.11.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 (2.6.3-1.fc5.5) X-OriginalArrivalTime: 20 Dec 2006 23:15:39.0195 (UTC) FILETIME=[C32E20B0:01C7248C] X-Virus-Checked: Checked by ClamAV on apache.org Hi, I'm working on exposing an existing feature as a web service. I run java2wsdl task on my java file and the resulting wsdl has the following erroneous schema for java.sql.Timestamp; The type name "BaseCalendar$Date" is not a valid QName. This is the error i get when the wsdl is validated. Is there any other means to get around this other than manually modifying the wsdl? Help is welcome. Thanks. vedha --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org