Re: SOAP::Lite
by Paul Kulchenko other posts by this author
Dec 6 2002 9:43PM messages near this date
view in the new Beta List Site
SOAP::Lite
|
Hello World
Hi Dan,
> PS...Is there anyone out there?
I hope so ;)
> But how would I go about writing a webservice that others could
> connect to?
You may want to take a look at http://soaplite.com/ for short
examples, or check http://cookbook.soaplite.com/ and
http://guide.soaplite.com/ for more details. You may also want to
join the SOAP::Lite mailing list
(http://groups.yahoo.com/group/soaplite.com/)
Best wishes, Paul.
--- Dan Havey <dhavey@[...].com> wrote:
>
> 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
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
_______________________________________________
Ws-dev mailing list
Ws-dev@[...].com
http://listserv.ActiveState.com/mailman/listinfo/ws-dev
Thread:
Dan Havey
Paul Kulchenko
|