"James Carroll" <[EMAIL PROTECTED]> writes: > Hi, I've been using server side xmlrpc for a while now, and accessing it > > >from php, python and asp vb-script without too many problems. Thanks! > > Now that I'm trying to create an applet that will do an xml-rpc call I'm > having trouble. I was very happy to see the applet.jar in the > distribution, > but both the 1.0 and the 1.1 .jars will give me > > > Exception TRace: > > java.security.AccessControlException: access denied > > (java.lang.RuntimePermission accessClassInPackage.sun.misc) > > I checked out the CVS, and it works! only, any call that should return > a vector or a hashtable returns the proper type, but always empty. > > Is there a tag / label /branch in cvs that has working applet code? > > I ran into Paul Libbrecht's solution here: > mail archive > http://www.mail-archive.com/rpc-user@;xml.apache.org/msg00104.html > his development version > http://www.activemath.org/~ilo/revisions/xmlrpc/ > > But it's dated from March 2002, and I'm wondering if the apache xml-rpc > stuff ever incorporated the fixes.
James, the Base64 integration is currently hosed. We've an issue open on it: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9931 I haven't had time to fix it, but will do so when I am able to find enough time. Apache XML-RPC 1.2 won't be released until this problem is fixed, but I'll do a beta or early access as soon as the Base64 issue is resolved. -- Daniel Rall <[EMAIL PROTECTED]>
