AddressFilter mismatch at the EndpointDispatcher - the msg with To

前端 未结 12 1838
一个人的身影
一个人的身影 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:51

    I had the same kind of issue, just to be complete :

    • I used visual studio 2017
    • I needed to create a wcf service on an old application using .net 3.5
    • It should be exposed as a soap service and as a "Rest" service

    the configuration that I needed to use (for rest part) was :

    there is a config for the service behaviour and the endpoint behaviour

          
        
          
            
              
              
            
           
          
            
              
            
          
        
    
        
          
            
            
            
          
        
      
    

提交回复
热议问题