Re: question on wsdl2java generated client

2007-03-19 Thread Amila Suriarachchi
Are you using any element Name named as class or Class On 3/17/07, eric zhou [EMAIL PROTECTED] wrote: Hi, I met the following error while compiling client code generated from wsdl2java, [javac] \client\StopServiceStub.java:26070: getClass() in cient.StopServiceStub.Class31 cannot

RE: question on wsdl2java generated client

2007-03-19 Thread eric zhou
, everything works fine. Is there some sample code on using custom data type in Axis2? Thank you again, eric _ From: Amila Suriarachchi [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 3:19 AM To: axis-user@ws.apache.org Subject: Re: question on wsdl2java generated client

question on wsdl2java generated client

2007-03-16 Thread eric zhou
Hi, I met the following error while compiling client code generated from wsdl2java, [javac] \client\StopServiceStub.java:26070: getClass() in cient.StopServiceStub.Class31 cannot override getClass() in java.lang.Object; overridden method is final [javac] public Class getClass(){ [javac]