Re: Funny WSDL2Java Error

2004-06-24 Thread Jim Murphy
Your WSDL namespace is wrong...but very close! you had: xmlns:wsdl="http://schemas.xmlsoap.org/wsdl"; you need: xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; Note the trailing slash. :) Since namespaces are opaque strings one is != to the other. Jim Murphy Mindreef, Inc. [EMAIL PROTECTED] wrot

Funny WSDL2Java Error

2004-06-24 Thread NYY96
I cannot get the WSDL2Java to work. I have created and deployed axis programs before. Here is the error and the file:   WSDLException (at /wsdl:definitions): faultCode=INVALID_WSDL: Expected element '{http://schemas.xmlsoap.org/wsdl/}definitions'.:    at com.ibm.wsdl.xml.WSDLReaderImpl.c