RE: WSDL2Java Problem: Cannot generate single element complex type

2010-05-20 Thread McBride, Devin (TS)
imply not use it for the time being. Thank you in advance, Devin From: Jorge Medina [mailto:[email protected]] Sent: Thursday, May 20, 2010 11:29 AM To: [email protected] Subject: Re: WSDL2Java Problem: Cannot generate single element complex type Post the relevant se

RE: WSDL2Java Problem: Cannot generate single element complex type

2010-05-20 Thread Martin Gainty
Re: WSDL2Java Problem: Cannot generate single element complex type From: [email protected] To: [email protected] Post the relevant segment of your WSDL and the parameters used to call wsdl2java. I use Axis2 to generate a lot of complex types with a single element without prob

Re: WSDL2Java Problem: Cannot generate single element complex type

2010-05-20 Thread Jorge Medina
Post the relevant segment of your WSDL and the parameters used to call wsdl2java. I use Axis2 to generate a lot of complex types with a single element without problems On Thu, May 20, 2010 at 2:05 PM, McBride, Devin (TS) wrote: > I have a complex class that, for the time, only holds a single el

WSDL2Java Problem: Cannot generate single element complex type

2010-05-20 Thread McBride, Devin (TS)
I have a complex class that, for the time, only holds a single element. While WSDL2Java runs successfully (without errors) no stub is created for this complex type. Further, a call to this operation returns a type of the element being held by the complex type, rather than the complex type itself.