On Mon, Dec 29, 2003 at 11:57:01AM -0800, Albert Lin wrote:
> I believe that WSDL2Java only generates Holder classes if there are
> multiple output parameters. For example, if a service method only has
> one output parameter, then WSDL2Java will generate a Java method with
> the output parameter
I believe that WSDL2Java only generates Holder classes if there are
multiple output parameters. For example, if a service method only has
one output parameter, then WSDL2Java will generate a Java method with
the output parameter as its return type. (That's probably why you don't
have any Holder
Hi all,
when are Holder Classes generated by WSDL2Java?
Reading the user guide, it says that they are generated if a type is used
as an input or uotput parameter. In my own service I use a complex type
(JavaBean) as input (and output) parameter of one of my service' s methods.
The problem is that I