Paid affiliate advertisement

$50 for a java xmlrpc client using Drupal's services module

xjs - November 27, 2008 - 18:40

I need help from Java/Drupal experts that can write a simple xmlrpc client. Contact me if you are interested. Thanks!

A sample Python script as below:
import xmlrpclib
url = "http://speakingx.com/services/xmlrpc"
drupal = xmlrpclib.ServerProxy(url)
res = drupal.system.connect()
print res
node = drupal.node.load(res['sessid'],37,[])
print node

Problem solved.

xjs - November 29, 2008 - 04:13

Problem solved. Thanks.
------------------------------
social networking | enhanced speech | noisy speech

 
 

Drupal is a registered trademark of Dries Buytaert.