wcf 测试客户端不支持此操作,因为它使用类型 System.IO.Stream
This operation is not supported in wcf test client because it uses type System.IO.Stream
在 运行 WCF 服务之后我得到了错误
This operation is not supported in wcf test client because it uses
type System.IO.Stream
我的 WCF 服务代码是
[OperationContract]
void getImg(Stream stream);
以下是 WCF 测试客户端不支持的功能列表:
类型:Stream、Message、XmlElement、XmlAttribute、XmlNode、实现IXmlSerializable接口的类型,包括相关的XmlSchemaProviderAttribute属性、XDocument和XElement类型以及ADO.NETDataTable类型.
双重合同。
- 交易。
- 安全性:CardSpace、证书和Username/Password。
- 绑定:WSFederationbinding、任何上下文绑定和 Https 绑定、WebHttpbinding(Json 响应消息支持)。
在 运行 WCF 服务之后我得到了错误
This operation is not supported in wcf test client because it uses type System.IO.Stream
我的 WCF 服务代码是
[OperationContract]
void getImg(Stream stream);
以下是 WCF 测试客户端不支持的功能列表:
类型:Stream、Message、XmlElement、XmlAttribute、XmlNode、实现IXmlSerializable接口的类型,包括相关的XmlSchemaProviderAttribute属性、XDocument和XElement类型以及ADO.NETDataTable类型.
双重合同。
- 交易。
- 安全性:CardSpace、证书和Username/Password。
- 绑定:WSFederationbinding、任何上下文绑定和 Https 绑定、WebHttpbinding(Json 响应消息支持)。