* web.config : support HttpSoap12 protocol at configuration level (code will follow later in trunk). svn path=/trunk/mono/; revision=69839
@@ -60,6 +60,7 @@
<webServices>
<protocols>
<add name="HttpSoap"/>
+ <add name="HttpSoap12"/>
<add name="HttpPost"/>
<add name="HttpGet"/>
<add name="Documentation"/>