Re: WSDL2Java and document/literal

2004-08-27 Thread tony . q . weddle
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

WSDL2Java and document/literal

2004-08-27 Thread tony . q . weddle
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