|
From: jha m. <jh...@ya...> - 2002-01-23 21:26:30
|
Hi
I am using Marquee xml-rpc library
I have an applet which I am trying to run from the
browser
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)
How do I set this driver?
I tried setting the driver in the server program using
XmlRpcParser.setDriver("org.apache.xerces.parsers.SAXParser");
but doesnot work
do I have to set the driver in the client side too?
My applet is unsigned
please let me know regd this
__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/
|