As an argument to a service method I had been using an array of objects
of type X. The wsdl was generated and everything was good. I decided to
extend X so I created the type Y and changed my service to accept an
array of objects of type Y. Now java2wsdl fails to generated the schema
for the type Y. I've even made Y a straight extension on X that is no
additional member data in case that might be causing a problem but no
luck. I also tried putting X and Y in the same package.
- [1.3] java2wsdl not generating complex type Xavier Toth
- Re: [1.3] java2wsdl not generating complex type Mahesh Seshan
- Re: [1.3] java2wsdl not generating complex type Xavier Toth
