On Thu, 2007-05-24 at 22:50, Doug Dawson wrote:

> Does anyone have experience with executing methods in a Java service 
> from Perl? I'd like a small example to base my code off of.

I use XML-RPC - less complicated than SOAP on the Java side (the Apache
XML-RPC libraries are great - see the project page for examples).
Performs well too. On the Perl side it depends on what client you choose
(I still use Frontier, which is past its sell-by date), but it's pretty
much a three-liner (make sure you have LWP >= 5.805 for better
performance with many small requests).


Bye

Paolo



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to