2013-10-18 102 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

防火牆阻止通信。多麼愚蠢的錯誤

相關問題