[Mono-devel-list] [PATCH] System.Web.Service protocols
Pál Kornél
kornelpal at hotmail.com
Mon Jun 6 04:38:38 EDT 2005
Hi,
NET Framework 1.1 supports protocols "HttpPostLocalhost" and "HttpSoap1.2".
NET Framework 2.0 renames the latter to "HttpSoap12".
HttpPostLocalhost is the same as HttpPost but intended for debugging
purposes from the local host only.
NET Framework interprets "HttpSoap" as 1.1 and "HttpSoap1.2" as 1.2 and
support both protocols only if both of them are enabled.
This patch adds a complete implementation of "HttpPostLocalhost" and maps
"HttpSoap1.2" to "HttpSoap".
I don't know whether Mono supports HttpSoap 1.2, but I did not find a way to
restrict the usage of a single protocol version so I added a name map for
compatibility.
Please comment the patch.
Kornél
-------------- next part --------------
A non-text attachment was scrubbed...
Name: WSProtocols.diff
Type: application/octet-stream
Size: 2869 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050606/939d7419/attachment.obj
More information about the Mono-devel-list
mailing list