문제

을 만들었 WCF 서비스 때 나는 찾아보기를 끝점을 얻을 다음과 같은 잘못:

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  <s:Body>
    <s:Fault>
      <faultcode 
            xmlns:a="http://schemas.microsoft.com/ws/2005/05/addressing/none">
            a:ActionNotSupported
      </faultcode> 
      <faultstring xml:lang="en-GB">
            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).
      </faultstring> 
    </s:Fault>
  </s:Body>
</s:Envelope>

나는이 문제를 해결했지만 경험을 즐길!누군가가 어떤 조언이나 도구는 디버깅을 위해 이 같은 문제는?

도움이 되었습니까?

해결책

내가 찾았 SvcTraceViewer.exe 가장 소중한 도구에 올 때 진단 WCF 오류가 있습니다.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top