You were right, the message was simply a warning. The
error handler used was adding every message to the
error list.
I am using a library that validates a WSDL and it was
stopping at that point. Now, I will ignore warnings
from the grammar parser.
Thanks for your help.
--- Michael Glavassevich
footh <[EMAIL PROTECTED]> wrote on 03/17/2007 02:44:45 AM:
> Thanks for your response.
>
> The messages appear from calling the passed error
> handler's getErrorMessages() method so I'm assuming
> they're errors.
Sounds like your error handler may be swallowing the severity. I think if
you trac
Thanks for your response.
The messages appear from calling the passed error
handler's getErrorMessages() method so I'm assuming
they're errors.
I think you are misunderstanding my first message. An
example of one of the import tags in the WSDL is this:
http://schemas.xmlsoap.org/soap/encoding/"
footh <[EMAIL PROTECTED]> wrote on 03/16/2007 07:52:27 PM:
> Take this wsdl:
>
> http://www.nws.noaa.gov/forecasts/xml/SOAP_server/ndfdXMLserver.php?wsdl
>
> Notice in the schema section there are two import
> statements with namespace attributes, but no
> schemaLocation attributes. This is per