On Thu, Feb 24, 2011 at 5:25 AM, Carl Zha <[email protected]> wrote:
> We have also tried following httpclient-auth.xml
>
> <auth-configuration>
> <credentials username="ouruser" password="ouruserpasswd">
> <default realm="TMS"/>
> </credentials>
> </auth-configuration>
Please try the simplest configuration first:
<auth-configuration>
<credentials username="ouruser" password="ouruserpasswd">
<default/>
</credentials>
</auth-configuration>
If this works, the next step should be:
<auth-configuration>
<credentials username="ouruser" password="ouruserpasswd">
<default scheme="NTLM"/>
</credentials>
</auth-configuration>
Regards,
Susam Pal
http://blog.susam.in/