ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> ws-dev
ws-dev
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved