我正在使用wsHttpBindingWCF服务.
我添加了一个Web引用,我有了Web代理(它基于SoapHttpClientProtocol).
此外,我尝试使用wsdl.exewcf服务(http://zzzz/zz.svc?wsdl)生成的实际wsdl 构建代理.
当客户端调用该服务时,我收到以下错误:
The SOAP action specified on the message, '', does not match the HTTP SOAP Action, 'http://tempuri.org/Service1/Operation1'.
为什么客户端(Web代理)不能使用我的WCF服务?
我应该采取哪些措施才能使它们发挥作用?
我正在运行.NET FW 3.5和ASP.NET 2.0.