Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
produces this:my $client = SOAP::Lite -> uri($uri) -> proxy($proxy) -> call($method);
As you can see there's no User-Agent. Am I missing something or is there a way to fix this?SOAP::Transport::HTTP::Client::send_receive: POST http://... Accept: text/xml Accept: multipart/* Content-Length: 622 Content-Type: text/xml; charset=utf-8 SOAPAction: "http://..."
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: setting User-Agent, using SOAP::Lite
by Anonymous Monk on Feb 07, 2002 at 01:47 UTC | |
by jjohn (Beadle) on Feb 07, 2002 at 01:53 UTC | |
|
Re: setting User-Agent, using SOAP::Lite
by webengr (Pilgrim) on Feb 07, 2002 at 01:42 UTC |