Re: WSDL2Java -generates multiple requests/response classes

2007-08-16 Thread Magnus Lassi
Thank you! Now I understand what I did incorrectly. I have been away from web services for a long while and haven't used Axis and I'm more familiar with creating XML Schemas than WSDL so it was kind of hard to analyze what I did wrong. It generates correctly after I corrected my WSDL now. Thanks,

WSDL2Java -generates multiple requests/response classes

2007-08-10 Thread Magnus Lassi
Hi all, I am using Axis 2.1.2 and I am trying to generate the stub classes for both the service and client code with WSDL2Java. My problem is that it generates multiple request/response object such as HelloWorldReply, HelloWorldReply1 etc which I assume has to do with my WSDL. I get multiple reque