的情況下我有一個WebService,當我使用這個Web服務的情況下,會出現以下錯誤錯誤時創建的WebService
// Instance of WebService
ServicoZap.EnvArqSenhaSoapClient envia = new ServicoZap.EnvArqSenhaSoapClient();
錯誤:
Could not find default endpoint element that references contract 'Contract Name' 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.
在我的app.config中參考是可以的。
但是爲了測試web服務,我在我的解決方案中使用了另一個名爲Test的項目。
在這個項目(測試)中,我沒有一個app.config(我不知道是否有必要)。
可以幫我嗎?
閱讀的一種方式,它可以幫助你:HTTP://www.codeproject .com/Articles/863/Your-first-C-Web-Service –