in reply to Authentication with SOAP::Lite ?
I hope that I helped ;-)use SOAP::Lite +autodispatch => uri => 'http://www.soaplite.com/My/Examples', proxy => 'http://services.soaplite.com/auth/examples.cgi', ; sub SOAP::Transport::HTTP::Client::get_basic_credentials { return 'soaplite' => 'authtest'; } print getStateName(21);
--------------------------------
SV* sv_bless(SV* sv, HV* stash);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Authentication with SOAP::Lite ?
by forkboy (Sexton) on Jun 04, 2003 at 10:19 UTC |