Hello everyone,
I am trying to download the GRIB files from the software and it is giving me this error:
"The server could not be contacted, please check your connection
The code error was: ProtocolError"
And this is what I am getting in the errorlog text file:
"System.Net.WebException: The request failed with HTTP status 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied. ).
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at WinClient.GribService.GribServiceWse.Server_Live(String strHdd, String strAppcode)
at WinClient.Form1.D(Object , EventArgs )
"
Could anyone please help me solve this?
Thanks,