Managed|Core

Rai Umair's views on life, .net and software development all loosely coupled into one strongly typed weblog.
posts - 56, comments - 285, trackbacks - 835

My Links

News

Welcome to my Blog...
Counter:
Copyright: CC

Article Categories

Archives

Post Categories

Image Galleries

Blog Address (old)

Blogs I Read

Sites I Visit

WebServices HTTP Get in .NET 1.1 - Now not included in default.

.NET Framework 1.1 saw a slight change for the web services, now the HTTP get is now not included in default in fact you have to override the default settings to use the Get behavior of the Webservice as was possible with framework 1.0.

All you have to do is add this entry to the Web.Config file in the same directory or above.

Add this code to your Web.Config file (this is case-sensitive):

<webServices>
 <protocols>
  <add name="HttpGet" />
 </protocols>
</webServices>

I found this annoying change of settings about eight months back but working on a new pair of Webservices for a new project I was surprised to find the problem again and this time I am writing in on my blog as to remembering it better.

Print | posted on Saturday, March 13, 2004 8:42 PM | Filed Under [ .NET ]

Feedback

Gravatar

# re: WebServices HTTP Get in .NET 1.1 - Now not included in default.

Cool post...I ran across this just today after my web host upgraded one of my accounts for ASP.NET v1.1.
4/7/2004 9:36 AM | Jason Salas
Gravatar

# re: WebServices HTTP Get in .NET 1.1 - Now not included in default.

Thanks! I've been wondering how to do http get for some time now.
11/1/2004 6:07 PM | ***
Gravatar

# re: WebServices HTTP Get in .NET 1.1 - Now not included in default.

Yo are the best, 10x man, you save me
2/1/2005 1:40 PM | Katmai81
Gravatar

# re: WebServices HTTP Get in .NET 1.1 - Now not included in default.

Great snippet of information!
2/19/2005 12:16 AM | cp
Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification:
 

Powered by: