Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > HTTP GET vs HTTP POST protocol

Reply
Thread Tools

HTTP GET vs HTTP POST protocol

 
 
serge calderara
Guest
Posts: n/a
 
      11-04-2005
Dear all,

I have read that when you creat a web service, the default protocol used is
SOAP.

First think is there a real simple link that explain this SOAP concept ?

Then what is the difference between HTP GET and HTTP POST request ?

thnaks for your help
serge
 
Reply With Quote
 
 
 
 
Ice
Guest
Posts: n/a
 
      11-04-2005
basically, you should talk terms of "requests" and not really "protocol" at
this level.

for a SOAP tutorial, check out http://www.w3schools.com/soap/default.asp

the different between SOAP, GET and POST requests is basically the "format"
of the request generated.

ice


"serge calderara" <> wrote in
message news:796EF9C1-0899-4BF8-A016-...
> Dear all,
>
> I have read that when you creat a web service, the default protocol used

is
> SOAP.
>
> First think is there a real simple link that explain this SOAP concept ?
>
> Then what is the difference between HTP GET and HTTP POST request ?
>
> thnaks for your help
> serge



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Http post and http get n3d!m Python 2 02-06-2012 09:18 PM
HTTP SOAP/HTTP GET/HTTP POST milan_9211 Software 0 01-10-2011 02:10 PM
Protocol Chart - Learn how to use a Protocol Analyzer news.comcast.giganews.com Wireless Networking 0 08-21-2004 04:35 PM
When i try to implement a server program giving UDP as protocol , it works fine , but if the same code is executed with TCP as protocol option, it gives an error. Tompyna Perl Misc 4 02-17-2004 06:51 PM
Request("controlname") can use for both GET and POST protocol?? Matt ASP General 1 01-11-2004 10:32 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57