SOAP::Lite
by Dan Havey other posts by this author
Dec 6 2002 8:52PM messages near this date
view in the new Beta List Site
WSDL and UDDI
|
Re: SOAP::Lite
Ok I get the client concept like this:
use SOAP::Lite;
my $s = SOAP::Lite-> uri('capeconnect:AirportWeather:com.capeclear.weatherstation.Station')
-> proxy('http://www.capescience.com/ccgw/GWXmlServlet');
result = $s-> getSummary($ARGV[0] or die "Usage: $0 airportICAOcode\n")->result;
But how would I go about writing a webservice that others could connect to?
Thanks in Advance...
Daniel Havey
PS...Is there anyone out there?
---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
Attachments:
unknown1
Thread:
Dan Havey
Paul Kulchenko
|