Don't worry; I think I've figured this out.
I had assumed that an object needed to be
passed to the method in the generated stub. The actual web service implementation
doesn't need a parameter but the generated stub method takes an object.
I'm new to this but managed to find some reference to a S
Hi,
I have some WSDL that defines a service which
takes no parameters but which has a complex response object. The response
object defines a list of complex objects (which are not very complex in
reality, with each object having a few attributes of strings and ints).
The WSDL2Java tool generates