Hi Group,

I have a web service in an IIS 6.0 application pool which runs under a
certain windows domain account. I have another web application which needs to
call methods of this web service. This web application is in another
application pool which runs under NETWORK SERVICE account. When I try to
access webmethods from the web application it gives HTTP aunthrozied 401
error. Can someone give me some idea of how to get rid of this error? I
cannot change the account under which the application pool of web service
runs, because only that account has access to some third system which the web
methods call.