Re: java2wsdl questions

2008-04-07 Thread Dan Armbrust
How does this work with a POJO deployment then? I haven't tried it, but the documentation seems to indicate that with properly annotated POJO classes, super-class methods will be included. Is there a different Java2wsdl converter that works under the covers with a POJO deployment? Maybe that

java2wsdl questions

2008-04-06 Thread Dan Armbrust
I'm trying to migrate some code from Axis (1.2.1, I think) to Axis2 1.3. I can't seem to figure out how to make the java2wsdl tool in Axis2 properly generate method signatures for a superclass. The old java2wsdl tool automatically included methods from the super class in the generated wsdl.

Re: java2wsdl questions

2008-04-06 Thread Suran Jayathilaka
Hi Dan, The inclusion of super-class methods is currently unavailable in Axis2 java2wsdl. This capability is in the works. Suran. Dan Armbrust wrote: I'm trying to migrate some code from Axis (1.2.1, I think) to Axis2 1.3. I can't seem to figure out how to make the java2wsdl tool in Axis2