in reply to
Re: SOAP::Lite, WSDL , and firewall
in thread
SOAP::Lite, WSDL , and firewall
and, in addition, do you think that
my $soap = SOAP::Lite->
service
( 'http://user:password@endpoint.some.server:80/
wsdl
',
proxy =>
'http' => 'http://my.proxy.server/'
);
would work ?
Comment on
Re^2: SOAP::Lite, WSDL , and firewall
Replies are listed 'Best First'.
Re^3: SOAP::Lite, WSDL , and firewall
by
Khen1950fx
(Canon)
on May 23, 2010 at 09:30 UTC
No, it won't work because you're mixing the service proxy and your local server proxy together. Maybe you could post some code to show us how you're using your service?
[reply]
In Section
Seekers of Perl Wisdom