Posted on Leave a comment

Enable HttpPost in .net Web Service

Will need to add the following to your Web.config:

   
   ...
      
         
            
            
            
            
            
            
            
         
      
   ...
   

If you want to turn off one of the protocols, just comment out that add line. The “Documentation” protocol is the .net generated WSDL.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.