2015-08-31 140 views
0

我打電話使用WCF客戶端(和服務引用的方法)一個Java SOAP Web服務 - 我得到以下異常試圖創建服務端的一個實例:調用通過WCF客戶端在Java SOAP Web服務

Could not find default endpoint element that references contract 'name of the service' 
in the ServiceModel client configuration section. This might be because no configuration 
file was found for your application, or because no endpoint element matching this contract 
could be found in the client element. 

很少有在web配置生成:

<system.serviceModel> 
     <bindings> 
      <basicHttpBinding> 
       <binding name="***SOAP" /> 
      </basicHttpBinding> 
     </bindings> 
    </system.serviceModel> 

我也試過服務參考=> Adnanced => Web引用其失敗:

{"Unable to connect to the remote server"} 

是服務參考呼叫非WCF Web服務時,死路路線或如何得到它,否則工作?

回答

0

可以調用瀏覽器內的WSDL(http://....?wsdl)? WSDL文件是如何描述的合同,什麼網絡服務提供(法參數和返回值),並在其上的方式您可以訪問該服務。 - http://www.w3.org/TR/wsdl