Wrote a quick Pulpcore applet that can talk to a web server using XML-RPC.
For this demo I am using the Apache XML-RPC library for the Java/Pulpcore side
and XML-RPC for PHP for the webserver side of things.
It is a very basic demo. I modified the Pulpcore widgets example to send the user name and password to the web server which returns a simple message and the two values back as a string that the client finally displays.
You can try the demo out here
Source is hosted in my brand new funky SVN repo here
Tags: Pulpcore XML-RPC PHP