1
我創建了一個WCF服務,作爲我的站點上的應用程序託管在IIS7上。它在一臺服務器上運行,現在我試圖在第二臺服務器上運行它。當我打電話的服務,我得到以下錯誤:WCF:郵件無法處理:
The message could not be processed. This is most likely because the action \u0027http://tempuri.org/IMyService/myMethod\u0027 is incorrect or because the message contains an invalid or expired security context token or because there is a mismatch between bindings.
我已在的wsHttpBinding的安全性,無,所以在我心中天真我得出結論,這不是一個安全問題。
我該做什麼錯,我應該如何着手確定確切的問題是什麼?