Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 74489 invoked from network); 9 Nov 2004 23:13:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Nov 2004 23:13:25 -0000 Received: (qmail 91139 invoked by uid 500); 9 Nov 2004 23:13:10 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 91127 invoked by uid 500); 9 Nov 2004 23:13:09 -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: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 91118 invoked by uid 99); 9 Nov 2004 23:13:09 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [66.43.16.50] (HELO pr-ex1.corp.myfamilyinc.com) (66.43.16.50) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 09 Nov 2004 15:13:07 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: problem defining user defined inner class Date: Tue, 9 Nov 2004 16:13:04 -0700 Message-ID: <3B7A491B88659F4FA3578A728CDC889606C3DB03@pr-ex1.corp.myfamilyinc.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: problem defining user defined inner class Thread-Index: AcTGqj9pSnDWlZtTTqOYFfFt5l5a4QAB0+UA From: "Tami Wright" To: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N It does not. As far as I know the complex types supported in Axis (and WSDL, for that matter) have to be simple Java Beans with a default constructor (empty). Tami=20 -----Original Message----- From: Kumoro, David [mailto:david.kumoro@thomson.com]=20 Sent: Tuesday, November 09, 2004 3:19 PM To: 'axis-user@ws.apache.org' Subject: problem defining user defined inner class Hi all, I just joined this mailing list, so hopefully I dont repeat the same question. My class looks like this : //main class class Search { //inner class class SearchPart { } } The problem is Axis doesnt seem to know about user defined inner class (SearchPart).=20 When I took a look at the wsdl file, it says like this : No error occured, but when I tried to run the program (after finish deploying), it gives this error : faultString: java.io.IOException: No serializer found for class com.test.Search$SearchPart in registry org.apache.axis.encoding.TypeMappingImpl@461e24a2 I have searched through internet, and I cannot find solution for this. Does Axis support inner class ? Thanks David Software Engineer