Hi,
how did you come to that conclusion? The following simple tests shows
that options are passed on:
use SOAP::Lite;
my $soap = SOAP::Lite->proxy('
http://localhost:8080', timeout =>
1)->autotype(0);
use Data::Dumper;
die Dumper $soap->proxy();
You'll find that the timeout property (which is a LWP::UserAgent
property) is set to "1" in Data::Dumper's output.
Pleases specify what you attempted to do, what you expected, and what
went wrong - as options are obviously passed on to LWP::UserAgent, I
can't see any error matching your description in SOAP::Lite.
Martin
Am Mittwoch, den 30.06.2010, 10:05 -0400 schrieb Xavier Guimard via RT:
Show quoted text> Wed Jun 30 10:05:18 2010: Request 58981 was acted upon.
> Transaction: Ticket created by GUIMARD
> Queue: SOAP-Lite
> Subject: env_proxy not forwarded to LWP::UserAgent
> Broken in: 0.712
> Severity: Normal
> Owner: Nobody
> Requestors: perl+cpan@astola.org
> Status: new
> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=58981 >
>
>
> proxy() options are not forwarded to LWP::UserAgent constructor, so
> env_proxy=>1 is not useable
>