Hi,
I have an operation makeCoffee() on a web service which returns a java bean (mybean)
The problem is that the generated client stub returns myStub.mybean and I'd rather have it return mybean instead.
Is there a way to tell WSDL2Java.bat to simply generate mybean as the return of makeCoffee()?
cheers
I have an operation makeCoffee() on a web service which returns a java bean (mybean)
The problem is that the generated client stub returns myStub.mybean and I'd rather have it return mybean instead.
Is there a way to tell WSDL2Java.bat to simply generate mybean as the return of makeCoffee()?
cheers
