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
|