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 Question
by Dan Havey other posts by this author
Dec 12 2002 6:54AM messages near this date
view in the new Beta List Site
SOAP::Lite -- Answer | Whats with this error?
sub hello in world.pm at 127.0.0.1/cgi-bin/webservices/soapServer.pl

I've got: 

#!/usr/bin/perl 

use SOAP::Lite;

my $s = SOAP::Lite

-> uri('world')

-> proxy('http://127.0.0.1/cgi-bin/webservices/soapserver.cgi')

-> hello();

print $s-> result();

and I get: 

404 Resource not found at soapClient.pl line 4



---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
Attachments:
unknown1


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