Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Triger <kostat@mono-cvs.ximian.com>2007-01-24 19:07:37 +0300
committerKonstantin Triger <kostat@mono-cvs.ximian.com>2007-01-24 19:07:37 +0300
commiteaf2e03b084ccb10e8e279690d2ba7733c639d10 (patch)
tree68df436aea9eff0353047e5672465116cfc22c1b
parent47c0473f2ef45f37049c2c24e19afe1e5286782f (diff)
update supported protocols defaults
svn path=/trunk/mono/; revision=71603
-rw-r--r--data/net_2_0/machine.jvm.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/net_2_0/machine.jvm.config b/data/net_2_0/machine.jvm.config
index 660dc2268de..b6b7d65c7ab 100644
--- a/data/net_2_0/machine.jvm.config
+++ b/data/net_2_0/machine.jvm.config
@@ -229,8 +229,8 @@
<webServices>
<protocols>
<add name="HttpSoap"/>
- <add name="HttpPost"/>
- <add name="HttpGet"/>
+ <add name="HttpSoap12"/>
+ <add name="HttpPostLocalhost"/>
<add name="Documentation"/>
</protocols>
<wsdlHelpGenerator href="DefaultWsdlHelpGenerator.aspx" />