well has asked for the wisdom of the Perl Monks concerning the following question:
answer is: SOAP call failed: 404 Not Found! Setting up#!perl -w use SOAP::Lite; print SOAP::Lite -> uri('http://www.soaplite.com/Demo' -> proxy('http://services.soaplite.com/hibye.cgi', proxy => [ 'http' => 'http://firewall_ip/', 'login'=>'some_login', 'password'=>'some_password', 'port'=>'3128' ]) -> hi() -> result;
have been tried, but gives same result. same script with no firewall works fine. Please, follow me over orthodox way of SOAP firewall using!$ENV{HTTP_proxy} = 'http://some_login:some_password@firewall_ip:3128';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SOAP:Lite behind firewall
by jfroebe (Parson) on Mar 19, 2004 at 15:55 UTC |