I try to access asmx web service that hosted on IIS behind ISA server and authentication is held by ISA server using certificate (User Certificate => [https] => ISA => Authentication [http] => Web Service). How to invoke service methods using C# client?
Asked
Active
Viewed 257 times
1
-
Ask your server administrator. It is not a 'code' action. – leppie May 29 '12 at 11:30
-
Leppie, I can access to web service over Internet Explorer but I need to access web service from windows application. – Max Kilovatiy May 29 '12 at 11:34
-
Any time you can access a resource through the browser but not through your program, then it's probably due to the internet proxy server that your browser is using automatically. You need to find out the proxy information and use it programmatically. – John Saunders Jan 26 '13 at 23:25