2008-08-20 27 views
2

ayıklama WCF Web Servis istisnalar için bazı ipuçları istiyorum ben şu hatayı almak bitiş noktasına göz attıklarında: Sorunu sabit ama değil mi' ettikben bir WCF hizmeti oluşturulan ve ettik

<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> 

Deneyimin tadını çıkarın! Böyle bir sorunun hatalarını ayıklamak için herhangi bir ipucu veya araç var mı?

+2

Bir çözüm buldunuz mu? Aynı problemle uğraşıyorum. – Tuoski

+0

Bizimle paylaşabilir misiniz Yukarıdaki hata için temel neden neydi? Ben bir üçüncü parti uygulamaları WCF hizmeti ile entegre ederken bunu alıyorum. – ioWint

cevap