RE: WSDL2Java unable to find type

2003-01-21 Thread Daleiden, Mike
Wes - You need to prefix the reference to wontFind: Without the namespace prefix, WSDL2Java will assume that the type is defined in the default namespace (xmlns="http://schemas.xmlsoap.org/wsdl/";). --Mike -Original Message- From: Wes Devauld [mailto:[EMAIL PROTECTED]] Sent:

RE: WSDL2Java unable to find type

2003-01-21 Thread Mike Burati
I don't believe it's legal to have a schema in a WSDL doc that does not have it's own targetNamespace defined. The WSDL below has a targetNamespace for the WSDL document itself, but not for the schema - could that be the cause of the problem? -Original Message- From: Wes Devauld [mailto: