Calling Services using JavaScript
Posted by kscottj on September 17, 2011 at 4:32am
I been working a PhoneGap (Android, iPhone) based mobile application. PhoneGap uses normal JavaScript so here a list of javascript libraries and where to get them you will need for the XMLRPC interface. I just hope this helps someone else it took me days to track all of this down and get it working.
Here some sample code for calling drupal with the XMLRPC interface:
drupalSession=new drupalSessionObj();