S
Sanjay Pais
We have a windows application built using .net 2.0 & c#
This application has a web reference that allows us to connect to a web
service.
This application works fine except in some cases....
We have clients who use a proxy server to connect to the internet. Our
application is unable to connect to the webservice in this case.
Thanks in advance
Sanjay
Here are the details of the error:
EXCEPTION OCCURRED
~~~~~~~~~~~~~~~~~~
System.Net.WebException: Falha na solicitação com status HTTP 407: Proxy
Authentication Required.
em
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean asyncCall)
em System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
em RR.Client.UploadService.UploadService.RequestUpload(String
sourceInstallationID, String sourceUrl, String workloadIDString, String
encryptionProtocolName, String userName, String password, Boolean isBinary)
em RR.Client.PLL.UploadDocumentWorker.OnDoWork(DoWorkEventArgs e)
This application has a web reference that allows us to connect to a web
service.
This application works fine except in some cases....
We have clients who use a proxy server to connect to the internet. Our
application is unable to connect to the webservice in this case.
Thanks in advance
Sanjay
Here are the details of the error:
EXCEPTION OCCURRED
~~~~~~~~~~~~~~~~~~
System.Net.WebException: Falha na solicitação com status HTTP 407: Proxy
Authentication Required.
em
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean asyncCall)
em System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
em RR.Client.UploadService.UploadService.RequestUpload(String
sourceInstallationID, String sourceUrl, String workloadIDString, String
encryptionProtocolName, String userName, String password, Boolean isBinary)
em RR.Client.PLL.UploadDocumentWorker.OnDoWork(DoWorkEventArgs e)