Content Type text/xml; charset=utf-8 was not supported by service

前端 未结 10 1796
北海茫月
北海茫月 2020-12-01 09:59

I have a problem with a WCF service. I have a console application and I need to consume the service without using app.config, so I had to set the endpoint, etc. by code. I d

10条回答
  •  臣服心动
    2020-12-01 10:47

    In my case, I had to specify messageEncoding to Mtom in app.config of the client application like that:

    
    
         
            
        
        
            
                
                    
                
            
            
                
            
        
    
    

    Both my client and server use basicHttpBinding. I hope this helps the others :)

提交回复
热议问题