Calling a Perl SOAP Server from a Ruby SOAP client
17 February 2009
I needed to write a Ruby SOAP client that would call a Perl based SOAP server for one of my clients, so I searched and serched on the Internet and never could find an example. Maybe I’m a bad searcher or something, but in the off chance that this example can help someone else, I’m posting it here.
This is actually a couple of examples:
- Ruby SOAP client calling Perl SOAP server
- Remotely starting up the SOAP sever using ssh from Ruby
- Executing a SQL query against an Informix database using the ‘dbaccess’ CLI.
Here’s the Perl Server:
continue reading »






