Hi,
I have an application that uses XERCES-c (version 1.7, a bit old) to
parse some XML schemas. The schemas are all like this: A root wrapper
schema that includes/imports other schemas in the following way:
<xsd:import namespace='http://www.test.com/test'
schemaLocation='http://SF-XYZ:28080/webservice/testInput0.xsd'/>
And I made sure that the schemas like "testInput0.xsd" are in the right
webservice fold.
Now my problem is this: My application can only parse a few schemas
correctly and then will raise a NetAccessorException when parsing the
next schema, but if I shut down my application and re-start it again,
then the schema parsing is just fine for the same very schema that got
the NetAccessorException.
The application creates an XML reader every time it parses one schema
and destroy it when it is done. It also uses
XMLPlatformUtils::Initialize() and XMLPlatformUtils::Terminate() to
initial and clean up the library environment.
Any suggestions would be highly appreciated. Thanks!
Frank
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]