Re: java.io.IOException: Type XXXX is referenced but not defined.

2003-09-19 Thread Josh Rehman
Zhang, Leslie Zhang (ICT Centre, ANU - Acton) wrote: I have encountered this kind of problems before. Have a look at the namespaces in your wsdl and make sure that there are correct. Make sure types are fully qualified. Thanks for the tip, Leslie. Turned out the problem was that the wsdl was, in

RE: java.io.IOException: Type XXXX is referenced but not defined.

2003-09-18 Thread Zhang, Leslie Zhang (ICT Centre, ANU - Acton)
I have encountered this kind of problems before. Have a look at the namespaces in your wsdl and make sure that there are correct. Make sure types are fully qualified. Les, -Original Message- From: Josh Rehman [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 7:01 AM To: [EMAIL

Re: java.io.IOException: Type XXXX is referenced but not defined.

2003-09-18 Thread Josh Rehman
The problem was with java2wsdl not adding any type definition to the wsdl document, so I was trying to generate java from an ambiguous wsdl. I posted about that in a seperate message, but I'll include the short-short version: Why doesn't java2wsdl support generation off of interfaces? Why does