Return-Path: Delivered-To: apmail-xml-axis-user-archive@xml.apache.org Received: (qmail 51855 invoked by uid 500); 9 Sep 2002 16:49:42 -0000 Mailing-List: contact axis-user-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@xml.apache.org Received: (qmail 51846 invoked from network); 9 Sep 2002 16:49:42 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: axis questions Date: Mon, 9 Sep 2002 09:49:27 -0700 Message-ID: <83CC522DA436804189DB7FE5AD2BC8B60A8A27@rwc-exch-01.zaplet.corp> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: axis questions Thread-Index: AcJYIOaRe0gdCgk8QFm3LqfMR9zFVg== From: "Jianliang Zhao" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Status: O X-Status: X-Keywords: Hi I am using Axis RC1 to generate and deploy web services on Weblogic = 6.1. Would someone answer my questions: 1. Is it possible to make Axis generate schema definitions for java = classes not used inside the service implementation? The reason to ask this is the service implementation use a class, say A = as parameter, but I want to generate the schema definitions of A's = subclasses without having to explicitly include the subclass in the = method signature. 2. Is there any way to specify the constraints on the type schema = definitions generated from the bean properties? For single valued = property, I want to specify if it's required or not, and for indexed = property, possibly specify how many occurrences it may have? 3. Is there any way to map a java class to a type definition generated = from it without having to explicitly put a type mapping line in the WSDD = file? Your answers to these questions are grreatly appreciated! Thanks, Jianliang