I've been playing around with AppleScript and Perl clients to XML-RPC 
servers and SOAP servers. Both implementations work very nicely. 
However, I would like to build a Perl server with SOAP::Lite. I have 
attempted the Temperatures example at http://guide.soaplite.com. When I 
try to access the Perl server with a Perl client, I get a "500 Internal 
Error" message at line 3 in the client script. Here is the client script:

use SOAP::Lite;
print SOAP::Lite
     -> uri('http://my.server.com/cgi-bin/Temperatures')
     -> proxy('http://my.server.com/cgi-bin/temper.cgi')
     -> f2c(32)
     -> result;

Any suggestions? TIA.
--
Larry Staton Jr.
E-mail: [EMAIL PROTECTED]
Weblog: http://staton.weblogger.com

Brought to you by Mail.app from Mac OS X

Reply via email to