http://qs1969.pair.com?node_id=587744


in reply to Re^2: Getting soap client/server to work
in thread Getting soap client/server to work

Figured it out! The URI was wrong! :)

Working:
print SOAP::Lite ->uri('http://localhost/Demo') ->proxy('http://localhost/cgi-bin/soap/hibye.cgi') ->hi() ->result;

Doesn't work:

print SOAP::Lite ->uri('http://localhost/cgi-bin/soap/Demo') ->proxy('http://localhost/cgi-bin/soap/hibye.cgi') ->hi() ->result;

Jason L. Froebe

Team Sybase member

No one has seen what you have seen, and until that happens, we're all going to think that you're nuts. - Jack O'Neil, Stargate SG-1