From: jha m. <jh...@ya...> - 2002-01-23 21:29:56
|
Hi, I am running a applet from the browser This applet is unsigned I am eastablishing connection with server at port 8080 now when I try to make the API call to the server from the applet I get the following error java.io.IOException: The XML-RPC response could not be parsed: java.lang.Exception: Could not set default SAX driver. at marquee.xmlrpc.XmlRpcClient.handleResponse(XmlRpcClient.java:324) at marquee.xmlrpc.XmlRpcClient.endCall(XmlRpcClient.java:283) at marquee.xmlrpc.XmlRpcClient.invoke(XmlRpcClient.java:171) at marquee.xmlrpc.XmlRpcProxy.invoke(XmlRpcProxy.java:224) at $Proxy0.enumerateSwitches(Unknown Source) at com.ario.sdk.client.DeviceProxy.enumerateSwitches(DeviceProxy.java:53) I tried setting the parser in the server program using XmlRpcParser.setDriver("org.apache.xerces.parsers.SAXParser"); but no help Am I using the correct parser? Do I have to set parser in the Applet too? Do I need to sign the applet please help me regd this thanks __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ |