in reply to WCF Service with Ntlm authentication
But it didn't work as I believe it is only valid for basic authentication not windows authentication (ntlm)sub SOAP::Transport::HTTP::Client::get_basic_credentials { return '...csf\username' => 'password'; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: WCF Service with Ntlm authentication
by Anonymous Monk on Jul 09, 2013 at 02:24 UTC |