Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 65816 invoked from network); 9 Nov 2006 02:31:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Nov 2006 02:31:38 -0000 Received: (qmail 91514 invoked by uid 500); 9 Nov 2006 02:31:41 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 90868 invoked by uid 500); 9 Nov 2006 02:31:40 -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 90857 invoked by uid 99); 9 Nov 2006 02:31:40 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Nov 2006 18:31:39 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [192.77.186.16] (HELO mx1.progress.com) (192.77.186.16) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Nov 2006 18:31:25 -0800 Received: from mx1.progress.com (127.0.0.1) by mx1.progress.com (MlfMTA v3.2r1b3) id haa9fq0171sm for ; Wed, 8 Nov 2006 21:31:04 -0500 (envelope-from ) Received: from progress.com ([192.233.92.16]) by mx1.progress.com (SonicWALL 5.0.0.8233) with ESMTP; Wed, 08 Nov 2006 21:31:04 -0500 Received: from NTEXFE01.bedford.progress.com (ntexfe01-lb [172.16.2.66]) by progress.com (8.11.6/8.11.6) with ESMTP id kA92V4505035 for ; Wed, 8 Nov 2006 21:31:04 -0500 (EST) Received: from MAIL01.bedford.progress.com ([172.16.2.57]) by NTEXFE01.bedford.progress.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 8 Nov 2006 21:31:04 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C703A7.1A2AA47A" Subject: Java2WSDL can't expand other interfaces referenced from an interface? Date: Wed, 8 Nov 2006 21:31:03 -0500 Message-ID: <44152EDF88BE9F4498EB928B00FC1B7503833749@MAIL01.bedford.progress.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Java2WSDL can't expand other interfaces referenced from an interface? Thread-Index: AccDoWOZwuPaNBCETeqXrzpWuA1+dgAAS2/wAAD32sA= From: "Sonali J. Kanaujia" To: X-OriginalArrivalTime: 09 Nov 2006 02:31:04.0146 (UTC) FILETIME=[1A722B20:01C703A7] X-Mlf-Version: 5.0.0.8233 X-Mlf-UniqueId: o200611090231040006210 X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C703A7.1A2AA47A Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, I'm using Axis 1.2.1 Java2WSDL tool on an interface that has methods that reference other interfaces. When I run the tool it complains that it can't convert the other interfaces to xml schema types as they are not beans classes (See error/warning below). Is there any option/mechanism to auto-convert other interfaces to portTypes(?) and related xml schema elements as well, except converting all the referenced interfaces to impl bean classes. -Sonali Nov 8, 2006 3:23:44 PM org.apache.axis.wsdl.fromJava.Emitter writePartToMessage=20 WARNING: Please register a typemapping/beanmapping for [Lcom.sonicsw.bpel.service.mgmtapi.runtime.IProcessInstanceCounts;' Nov 8, 2006 3:23:44 PM org.apache.axis.wsdl.fromJava.Types isBeanCompatible WARNING: The class com.sonicsw.bpel.service.mgmtapi.runtime.IProcessInstanceCounts does not contain a default constructor, which is a requirement for a bean class. The class cannot be converted into an xml schema type. An xml schema anyType will be used to define this class in the wsdl file. ------_=_NextPart_001_01C703A7.1A2AA47A Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Re: [Axis2] Help = using AXIOMXPath

Hi,

I'm=20 using Axis 1.2.1 Java2WSDL tool on an interface that has methods that = reference=20 other interfaces. When I run the tool it complains that it can't convert = the=20 other interfaces to xml = schema types=20 as they are not beans classes (See error/warning = below).

Is there any option/mechanism to auto-convert other interfaces to = portTypes(?) and=20 related xml schema elements as well, except converting all the = referenced=20 interfaces to impl bean classes.

-Sonali

Nov 8, 2006 = 3:23:44=20 PM org.apache.axis.wsdl.fromJava.Emitter writePartToMessage=20

WARNING: = Please=20 register a typemapping/beanmapping for=20 [Lcom.sonicsw.bpel.service.mgmtapi.runtime.IProcessInstanceCounts;'
No= v 8,=20 2006 3:23:44 PM org.apache.axis.wsdl.fromJava.Types=20 isBeanCompatible

WARNING: = The class=20 com.sonicsw.bpel.service.mgmtapi.runtime.IProcessInstanceCounts does not = contain=20 a default constructor, which is a requirement for a bean class.  = The class=20 cannot be converted into an xml schema type.  An xml schema anyType = will be=20 used to define this class in the wsdl=20 file.

------_=_NextPart_001_01C703A7.1A2AA47A--