SOAP client

ddoc news at 92tr.freeserve.co.uk
Sat Jun 28 18:16:53 EDT 2003


> Here's one of the Perl scripts I'm trying to translate:
> 
>   use SOAP::Lite;
>   print SOAP::Lite
>     -> uri('urn:Temperatures')
>     -> proxy('http://clerkcap.house.gov/scripts/temper.pl')
>     -> f2c($ARGV[0])
>     -> result;

Doesn't work for me.
Hmm.

CPAN is very impressive, and a huge wodge of stuff downloaded, but more 
work needed.  I looked at the google SOAP Python example and found that 
hard, but it does look interesting.
-- 
A




More information about the Python-list mailing list