![]() |
|
Just another Perl shrine | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
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;
print SOAP::Lite
->uri('http://localhost/cgi-bin/soap/Demo')
->proxy('http://localhost/cgi-bin/soap/hibye.cgi')
->hi()
->result;
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 In reply to Re^3: Getting soap client/server to work
by jfroebe
<code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul> |
|