in reply to Soap::Lite Authentication

try:
sub SOAP::Transport::HTTP::Client::get_basic_credentials { return username => 'password'; }
Boris