Web Service not offering GET access

  • Thread starter Thread starter Kel Good
  • Start date Start date
K

Kel Good

Hello,

I have created a basic Web Service using Visual Studio.Net, but when I
access its test page using IE, it does not show the GET example, only SOAP
and POST.

My understanding is that GET is also supposed to be a valid access type by
default.

Any advice on what I might be doing wrong, or some setting that needs to be
set?

Thanks.

Kel
 
Hi everyone,

I found the answer. Apparently HttpGet and HttpPost are turned off by
default in the machine.config file, for security reasons.

Kel
 
Back
Top