[25996] in Perl-Users-Digest
Perl-Users Digest, Issue: 8215 Volume: 10
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Thu Jun 30 03:05:22 2005
Date: Thu, 30 Jun 2005 00:05:05 -0700 (PDT)
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)
Perl-Users Digest Thu, 30 Jun 2005 Volume: 10 Number: 8215
Today's topics:
Re: SOAP::Lite proxied <1usa@llenroc.ude.invalid>
Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Thu, 30 Jun 2005 01:01:40 GMT
From: "A. Sinan Unur" <1usa@llenroc.ude.invalid>
Subject: Re: SOAP::Lite proxied
Message-Id: <Xns9684D5E753CE9asu1cornelledu@127.0.0.1>
Ian Wilson <scobloke2@infotop.co.uk> wrote in
news:d9tq3u$k3n$1@nwrdmz02.dmz.ncs.ea.ibs-infra.bt.com:
> With LWP::UserAgent, you can also do things like
> $ua->proxy('http'=>'http://proxy.server:8080');
> $request->proxy_authorization_basic('fred', 'secret');
> Is there any way to do something equivalent using SOAP::Lite?
Are you asking us to look up documentation for you?
http://search.cpan.org/~byrne/SOAP-Lite-0.60a/lib/SOAP/Lite.pm
<blockquote>
In addition to endpoint parameter, proxy() can accept any transport
specific parameters that could be passed as name => value pairs. For
example, to specify proxy settings for HTTP protocol you may do:
$soap->proxy('http://endpoint.server/',
proxy => ['http' => 'http://my.proxy.server/']);
</blockquote>
Now, I have never tried this, and I don't know if it works, but I would
have expected you to at least attempt it yourself, and provide a minimal
but complete script that still exhibits the problem.
Please read the posting guidelines for this group to learn how you can
help yourself and help others help you.
Sinan
--
A. Sinan Unur <1usa@llenroc.ude.invalid>
(reverse each component and remove .invalid for email address)
comp.lang.perl.misc guidelines on the WWW:
http://mail.augustmail.com/~tadmc/clpmisc/clpmisc_guidelines.html
------------------------------
Date: 6 Apr 2001 21:33:47 GMT (Last modified)
From: Perl-Users-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin)
Subject: Digest Administrivia (Last modified: 6 Apr 01)
Message-Id: <null>
Administrivia:
#The Perl-Users Digest is a retransmission of the USENET newsgroup
#comp.lang.perl.misc. For subscription or unsubscription requests, send
#the single line:
#
# subscribe perl-users
#or:
# unsubscribe perl-users
#
#to almanac@ruby.oce.orst.edu.
NOTE: due to the current flood of worm email banging on ruby, the smtp
server on ruby has been shut off until further notice.
To submit articles to comp.lang.perl.announce, send your article to
clpa@perl.com.
#To request back copies (available for a week or so), send your request
#to almanac@ruby.oce.orst.edu with the command "send perl-users x.y",
#where x is the volume number and y is the issue number.
#For other requests pertaining to the digest, send mail to
#perl-users-request@ruby.oce.orst.edu. Do not waste your time or mine
#sending perl questions to the -request address, I don't have time to
#answer them even if I did know the answer.
------------------------------
End of Perl-Users Digest V10 Issue 8215
***************************************