J
Joseph
I have installed .NET framework 1.1. I am using the test form to test the
web service remotely and in the machine.config, I have enabled the HTTP GET
and HTTP POST protocols for web service. However, when I run the test form,
unlike the test form in .NET framework 1.0 that uses HTTP GET protocol, the
..NET framework 1.1 uses HTTP POST. How I can make the test form to use HTTP
GET for testing?
Below is the <protocol> section of web service in my machine.config file:
<protocols>
<add name="HttpSoap1.2"/>
<add name="HttpSoap"/>
<add name="HttpPost"/>
<add name="HttpGet"/>
<!--<add name="HttpPostLocalhost" />-->
<add name="Documentation"/>
</protocols>
Thanks,
Joseph
web service remotely and in the machine.config, I have enabled the HTTP GET
and HTTP POST protocols for web service. However, when I run the test form,
unlike the test form in .NET framework 1.0 that uses HTTP GET protocol, the
..NET framework 1.1 uses HTTP POST. How I can make the test form to use HTTP
GET for testing?
Below is the <protocol> section of web service in my machine.config file:
<protocols>
<add name="HttpSoap1.2"/>
<add name="HttpSoap"/>
<add name="HttpPost"/>
<add name="HttpGet"/>
<!--<add name="HttpPostLocalhost" />-->
<add name="Documentation"/>
</protocols>
Thanks,
Joseph