On Mon May 11 2009 5:19:06 pm David Robertson wrote: > I'm having a problem with the attached WSDL. It is valid, but the code > generated for the operation has the output elements, unwrapped, in the > parameter list and a void return type. I don't have the option of > changing the WSDL. Is this something that can be fixed with enough > binding entries, or would the problem be manifesting before it gets to > the binding. > > -David Robertson
This code is generating exactly per spec. You could switch it to "bare" mode with a binding entry so it would not unwrap the input or output. -- Daniel Kulp [email protected] http://www.dankulp.com/blog
