我創建了一個WCF服務: Shared.dll: [ServiceContract(ConfigurationName = "ICalculator")]
public interface ICalculator
{
[OperationContract()]
int Add(int a, int b);
}
服務器: [ServiceBehavior()]
pub
我試圖從一個WCF ws2007HttpBinding服務中獲得數據,但每次我收到以下錯誤我運行它: Content Type application/soap+xml; charset=utf-8 was not supported by service
http://localhost/GoldInSacks.MutualFunds.local/MutualFunds.svc. The cl