当前位置:  开发笔记 > Android > 正文

我想了解一些调试WCF Web服务异常的技巧

如何解决《我想了解一些调试WCFWeb服务异常的技巧》经验,为你挑选了1个好方法。

我已经创建了一个WCF服务,当我浏览到端点时,我得到以下错误:


  
    
      
            a:ActionNotSupported
       
      
            The message with Action '' cannot be processed at the receiver,
            due to a ContractFilter mismatch at the EndpointDispatcher. 
            This may be because of either a contract mismatch (mismatched
            Actions between sender and receiver) or a binding/security
            mismatch between the sender and the receiver. Check that sender
            and receiver have the same contract and the same binding
            (including security requirements, e.g. Message, Transport, None).
       
    
  

我已经解决了这个问题,但没有享受到这种体验!有没有人有任何提示或工具来调试这样的问题?



1> Mark Cidade..:

我发现SvcTraceViewer.exe是诊断WCF错误时最有价值的工具.

推荐阅读
谢谢巷议
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有