in reply to Authentication with SOAP::Lite ?

Try to look at SOAP::Lite for Perl:
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);
I hope that I helped ;-)
      
--------------------------------
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
    unforunately not I dont think.. SOAP::Transport::HTTP::Daemon doesn't support any authentication I believe.