in reply to Re^3: pb with Soap::lite
in thread pb with Soap::lite

thanks but it still not work... i have ab authentification error... i try this :
#!/usr/bin/perl use SOAP::Lite +trace; $login='log'; $passwd='passwd'; $domain='dom'; sub SOAP::Transport::HTTP::Client::get_basic_credentials { return $login => $passwd; } $tab = SOAP::Lite -> service('http://url.wsdl') ->getDomUsedQuota($domain); ...
I've got an authentification error... I think it's almost this ...