Use the -a switch on WSDL2Java. Sylvain. -----Original Message----- From: Ronald Hütter [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 5:19 AM To: [EMAIL PROTECTED] Subject: WSDL2Java: abstract class generated for referenced type?!?
I defined a service, which uses a complex type. The complex type (at the service side) is described by an _interface_. Running the sources through Java2WSDL and WSDL2Java results in a client-side class being generated for the complex type which is _abstract_. Now, if I execute the service method, axis complains because it cannot set the property (in call.invoke). If I just remove the >abstract< from the generated class definition, everything works fine. Any idea, how I could get the non-abstract class right from WSDL2Java or am I missing something? This message may contain privileged and/or confidential information. If you have received this e-mail in error or are not the intended recipient, you may not use, copy, disseminate or distribute it; do not open any attachments, delete it immediately from your system and notify the sender promptly by e-mail that you have done so. Thank you.