I'm still getting the same error after trying both of those changes.  Now it
just says "Cannot find the declaration of element 'wsdl:definitions'."


jcaristi wrote:
> 
> If you define the WSDL namespace with a prefix, you will need to use it:
> 
> xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";
> 
> Try using <wsdl:definitions> or (easier) switch your declaration to this:
> 
> xmlns="http://schemas.xmlsoap.org/wsdl/";>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Axis2-1.5-WSDL2Java-errors-tp24295840p24357862.html
Sent from the Axis - User mailing list archive at Nabble.com.

Reply via email to