Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
when i am calling web service the show message Pls help

"The remote server returned an unexpected response: (407) Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied.)"
Posted

1 solution

Create a .config file that sets the proxy credentials for use by SVCUTIL and refer to it using the /svcutilConfig switch. SVCUTIL uses the same <serviceModel> config as any other WCF application.
Read: MSDN Supporting link[^]


Have a look at these thread:
Similar Issue Resolved-1[^]
Similar Issue Resolved-2[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900