Re: Erroneously requiring DOCTYPE?

2006-03-21 Thread Jeff Greif
Just a guess: you might need to set an XML schema feature on the parser, and possibly some namespace feature if it's not the default. Jeff Michael Oltz wrote: Hello, Let me rephrase my question. I am using Axis 1.3 with Xerces 2.7.1. I am writing a SOAP client. I get an error when Axis begins

Erroneously requiring DOCTYPE?

2006-03-21 Thread Michael Oltz
Hello, Let me rephrase my question. I am using Axis 1.3 with Xerces 2.7.1. I am writing a SOAP client. I get an error when Axis begins to try to deserialize the result of a SOAP operation. SAXParseException: White spaces are required between publicId and systemId. at org.apache.xerc