Glavassevich <[EMAIL PROTECTED]> wrote:
> 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
> assumi
k for anything. Instead, it tries to look for
'null'.
Basically, it's probably something as simple as adding
something like this to the code:
if schemaLocation not equal null
then resolve the import (whatever the code does now)
else
do nothing
--- Michael Glavassevich <[EMAIL
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 perfectly legal
per the XML Schema spec.
However, when using the XMLGrammarP