If you try to access the service using basic authentication, then you might try adding the code below to provide the auth info when requested.
... sub SOAP::Transport::HTTP::Client::get_basic_credentials { return 'username' => 'password'; } my $service = SOAP::Lite -> service('http://url.wsdl'); ...
In reply to Re^3: pb with Soap::lite
by olus
in thread pb with Soap::lite
by manuds
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |