2013-10-18 98 views
0

同事能够使用Apache Axis创建代理服务器而没有问题。添加服务引用失败,原因:无法连接到远程服务器

不幸的是,我只能访问VS 2012 Express桌面版。

我正在尝试添加服务引用时,此错误:从开发的另一边

There was an error downloading 'https://app.hostname.com/services/APP?wsdl/$metadata'. 
Unable to connect to the remote server 
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 123.456.789.123:443 
Metadata contains a reference that cannot be resolved: 'https://app.hostname.com/services/APP?wsdl'. 
There was no endpoint listening at https://app.hostname.com//services/APP?wsdl that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. 
Unable to connect to the remote server 
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 123.456.789.123:443 
If the service is defined in the current solution, try building the solution and adding the service reference again. 

我收到了“为我工作”的治疗,不幸的是我不知道提出正确的问题/如何解决这个问题。

回答

0

防火墙阻止通信。多么愚蠢的错误

相关问题