decibel3276 has asked for the wisdom of the Perl Monks concerning the following question:
my $soap_response = new SOAP::Lite -> service('file:FILE.WSDL') -> uri('http://URI.URL') -> proxy =>[ 'HTTPS Proxy URL', credentials => [ '$username' => '$password' ] ] -> METHODNAME($post) -> METHODNAME('string');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SOAP::Lite - POOP problem
by Fletch (Bishop) on Jun 04, 2007 at 15:08 UTC | |
|
Re: SOAP::Lite - POOP problem
by ForgotPasswordAgain (Vicar) on Jun 04, 2007 at 15:32 UTC |