in reply to setting User-Agent, using SOAP::Lite
my $client = SOAP::Lite->uri("http://foo.com"); $client->proxy("http://foo.com/soap_server"); $client->transport->agent("Go_Pound_Sand/1.1");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: setting User-Agent, using SOAP::Lite
by jjohn (Beadle) on Feb 07, 2002 at 01:53 UTC |