AddressFilter mismatch at the EndpointDispatcher - the msg with To

前端 未结 12 1809
一个人的身影
一个人的身影 2020-12-14 06:21

Any ideas how I correct this.. calling a service via js

The message with To \'http://MySite.svc/GetStateXML\' cannot be processed at the receiver, due

12条回答
  •  天涯浪人
    2020-12-14 06:47

    In my case I have WCF Service library application which is a RESTFul and Windows Service Host. I had problem with Host App.Config. Please see below

    WCF Rest Service App.Config

    
    
      
        
      
      
      
        
          
            
            
            
              
              
                
              
            
            
            
            
            
            
              
                
              
            
          
        
        
         
        
          
            
              
              
              
              
            
          
          
            
              
            
          
    
        
      
    
    
    

    Windows Service Host App.Config

    
    
    
       
            
        
    
      
        
          
            
              
            
          
        
        
                 
            
              
              
              
              
                           
    
          
    
    
          
            
              
            
          
        
    
              
          
            
          
        
    
      
    
    

提交回复
热议问题