javax.xml.parsers.FactoryConfigurationError: Provider not found
843834Apr 20 2004 — edited Apr 20 2004Hi, i'm using web services un a applet; when the client web server try to connect to the server i get the following error
javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found
I already try to define the provider with the following code "System.setProperty("javax.xml.parsers.DocumentBuilderFactory", "org.apache.xerces.jaxp.DocumentBuilderFactoryImpl");", but i got the same error;
P.D. the error doesn't happend when i use Netscape, only with IE.
Thanks in Advanced.
Jose Antonio Chirinos.