in reply to WCF Service with Ntlm authentication

Is there any additional information I could provide to help solve this. It a WCF service with windows authentication and the only thing I could find was add this statement
sub SOAP::Transport::HTTP::Client::get_basic_credentials { return '...csf\username' => 'password'; }
But it didn't work as I believe it is only valid for basic authentication not windows authentication (ntlm)

Replies are listed 'Best First'.
Re^2: WCF Service with Ntlm authentication
by Anonymous Monk on Jul 09, 2013 at 02:24 UTC