zqwuwei的技术博客

理论指导实践,在实践中更好的理解理论
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

.net 2.0的项目添加web reference时,会多出几个out参数, 例如: out xxxResultSpecified
解决方法:
在接口上添加XmlSerializerFormat属性

[ServiceContract, XmlSerializerFormat]
public interface ITest
{...}


http://mynecessarycode.blogspot.hk/2011/09/problem-with-result-and-result.html