Hi All, I have installed my custom entity resolver like this XMLEntityResolver * currentEntityResolver = parser->getXMLEntityResolver(); XMLImportIncludeResolverWrapper* r = new XMLImportIncludeResolverWrapper(currentEntityResolver, entityResolver,entityResolverArg, errors) ; parser->setXMLEntityResolver(r);
But if my custom entityResolver returns NULL then I got the error An exception occurred! Type:NetAccessorException, Message:The host/address 'schemas.xmlsoap.org' could not be resolved. One of the reason for this is I had shut down my network service. But As I have installed my own custom enityResolver then why it is trying to access the network. Is there any way to get rid of this error by setting any flag or property so that Xerces will not try to access the network. Thanks. Regards, Umesh -- Umesh Chandak <[EMAIL PROTECTED]>
