Hello,
I am attempting to a call a .NET web service programmatically from WAS. The problem is that IIS is configured to use Integrated Windows Authentication and I am struggling with how to authenticate to it from my application.This is a Windows environment with the client and server on the same network.
The setup is as follows:
Client: WebSphere 5.1 (IBM portlet application/Struts Portal Framework - shouldn't matter though)
Server: IIS 6 /.NET 1.1 (NTLMv2)
- Re-configuring IIS to allow Anonymous access is not an option.
- I have read that 1.4.2 supports this but I have not found any examples.
Any ideas would be greatly appreciated.
Thank You
Don