in reply to SOAP::Lite authentication

I am not an authentication expert, but are you sure you use basic authentication?

In my environment both methods (user info in URI, get_basic_credentials) work for an Apache with basic authentication, but only the first one succeed with IIS6.0 using NTLM authentication.

Replies are listed 'Best First'.
Re^2: SOAP::Lite authentication
by rahed (Scribe) on Dec 19, 2007 at 20:11 UTC
    The service is implemented with a WebLogic server. I think it's basic authentication.