English 中文(简体)
无法添加 VS2008 的网络服务引用, 在 VS2010 中工作
原标题:Cannot add web service reference to VS2008, works in VS2010

使用2008年视觉工作室的HTTPS网站服务, 在2010年视觉工作室运作良好,

我们的IT人员告诉我,问题在于VS2008没有正确使用 IE 代理设置,所以 HTTPS 请求被发送到 HTTP 代理, 后者总是拒绝所有 HTPS 请求。 然而, 在 VS2010 年, 它的运作很好。

如果确实存在问题,他们不知道如何解决这个问题。

(除此以外,我必须使用 VS2008, 因为我想在 SSIS 脚本任务中使用这个功能, 然而我一直在一个空白的主机应用程序中测试这个功能 。 )

There was an error downloading https://xxxxxxxxxxxx.asmx . The operation has timed out Metadata contains a reference that cannot be resolved: https://xxxxxxxxxxxxx.asmx . An error occurred while making the HTTP request to https://xxxxxxxxxxxxxxxxxxx.asmx. This could be due to the fact that the server certificate is not configured properly with HTTP.SYS in the HTTPS case. This could also be caused by a mismatch of the security binding between the client and the server. The underlying connection was closed: An unexpected error occurred on a send. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. An existing connection was forcibly closed by the remote host If the service is defined in the current solution, try building the solution and adding the service reference again.

最佳回答
问题回答

暂无回答




相关问题
IIS 6.0 hangs when serving a web-service

I am having issues with one of our web-services. It works fine on my development machine (win XP) whether I host it as a separate application or using cassini from Visual studio. Once I deploy on the ...

ASP.net web services

I am using a web service which sets the Thread.CurrentPrincipal object while logging in and soon later when another webmethod of the same web service accesses Thread.CurrentPrincipal, its different/...

Unity Container Disposing and XML Web Service

I am registering some wrapers over un-managed objects in container. How can I dispose of them at the end of the container s lifetime? Please bear in mind I have an XML Web service.

SharePoint : web service permission error

I have a sharepoint site, and I am calling a standard sharepoint web service. I create the web service request like this : wsDws.Url = this.SiteAddress + @"/_vti_bin/Dws.asmx"; When I use ...

热门标签