To enable HTTP Get and Post protocol for Web Services in 1.1, you edited the
machine.config, adding '<add name="HttpGet" />' (same for Post) in
<protocols> of <webServices>.
How does one do this in 2.0? Machine.config has a much different format.
Why? I have socket apps on Unix that use HTTP Gets.
D E L - 13 May 2005 19:08 GMT
Never mind...found the answer here
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/g
ngrfaddforprotocols.asp
> To enable HTTP Get and Post protocol for Web Services in 1.1, you edited the
> machine.config, adding '<add name="HttpGet" />' (same for Post) in
[quoted text clipped - 3 lines]
>
> Why? I have socket apps on Unix that use HTTP Gets.