jsxmlRPC consists of Javascript classes that enable easy interaction with XML-RPC based webservices. These classes allow webdevelopers to access webservices just like he or she would access native Javascript functions.
Be the first to post a text review of jsxmlRPC. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Wed Jul 25 20:14:42 CEST 2007 Fixed whitespace handling bug. Sat Jul 21 18:52:42 CEST 2007 Fixed scope bug that led to arrays containing structs not to work. Sat Feb 11 14:05:44 CET 2006 Fixed date bug Sun Feb 5 19:06:01 CET 2006 took care of some nasty race conditions when making consecutive async calls Sat Feb 4 16:22:54 CET 2006 Added introspection functionality using `system.listMethods` Fri Jan 20 09:55:42 CET 2006 Modified stub generation to allow methodNames contains dots (.). These are mapped to underscores. E.g. A call to the XML-RPC system.listMethods methods would be called proxy.system_listMethods. Should you happen to need two different methods, one named "some.method" and the other "some_underscore" method, you are out of luck. Fri Jan 20 09:57:45 CET 2006 Added this file
Sat Jul 21 18:52:42 CEST 2007 Fixed scope bug that led to arrays containing structs not to work. Sat Feb 11 14:05:44 CET 2006 Fixed date bug Sun Feb 5 19:06:01 CET 2006 took care of some nasty race conditions when making consecutive async calls Sat Feb 4 16:22:54 CET 2006 Added introspection functionality using `system.listMethods` Fri Jan 20 09:55:42 CET 2006 Modified stub generation to allow methodNames contains dots (.). These are mapped to underscores. E.g. A call to the XML-RPC system.listMethods methods would be called proxy.system_listMethods. Should you happen to need two different methods, one named "some.method" and the other "some_underscore" method, you are out of luck. Fri Jan 20 09:57:45 CET 2006 Added this file
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?