Linked Questions

77 votes
2 answers
103k views

I currently figure out the similar is both using internet protocol (HTTP) to exchange data between consumer and provider. The difference is: SOAP is a XML-based message protocol, while REST is an ...
Huppo's user avatar
  • 971
0 votes
1 answer
139 views

If given a REST or SOAP webservices URL, how can we find the method it offers. For ex: http://ipAddress:port/projectName/services
user3131119's user avatar
1359 votes
14 answers
1.2m views

I have read articles about the differences between SOAP and REST as a web service communication protocol, but I think that the biggest advantages for REST over SOAP are: REST is more dynamic, no need ...
Abdulaziz's user avatar
  • 13.9k
392 votes
28 answers
125k views

Is REST a better approach to doing Web Services or is SOAP? Or are they different tools for different problems? Or is it a nuanced issue - that is, is one slightly better in certain arenas than ...
user13276's user avatar
  • 4,893
258 votes
11 answers
632k views

For now I have a slight idea about the differences between SOAP and RESTful services. My question is when I should use SOAP, and when I should use RESTful; which one is "better" when it comes to ...
Gandalf StormCrow's user avatar
31 votes
3 answers
42k views

What are the pros and cons of using a rest service vs a wcf service? I am wondering which type to use and I was interested to find some sort of comparision.
Xander's user avatar
  • 9,191
41 votes
3 answers
38k views

In what contexts is it better to use one over the other and why? Thanks!
kgautron's user avatar
  • 8,345
13 votes
3 answers
34k views

From MSDN magazine https://msdn.microsoft.com/en-us/magazine/dd315413.aspx and https://msdn.microsoft.com/en-us/magazine/dd942839.aspx I understand that When RESTful endpoints are asked for data ...
user2330678's user avatar
  • 2,311
3 votes
1 answer
11k views

( Not a duplicate of Should i use rest or soap. That question has only 1 answer which doesnt provide many arguments except overhead ). Before marking this question as a duplicate, consider that I am ...
Damien Overeem's user avatar
3 votes
1 answer
11k views

Currently I am using Axis2 to make some REST API. And I am confused about the difference between a SOAP style url and a REST style url. Can anyone explain this? For example, for an server API written ...
diCoder's user avatar
  • 191
3 votes
2 answers
9k views

I've created a REST WCF in C# by specifying WebGET and WebHttpBinding in web.config. The service works fine through IE. My wsdl starts as below and it has soap in wsdl. Since this is REST, should'nt ...
VKh's user avatar
  • 151
1 vote
3 answers
6k views

Folks I recently went thru webservices book which covered SOAP based webservices and RESTful webservices. I am not sure on what parameters I should select one of them as both of them looks similar(...
M Sach's user avatar
  • 34.6k
1 vote
2 answers
5k views

I want to make a simple iOS application which calls a Web service. I reffered the following link http://www.codeproject.com/Tips/622376/iOS-Soap-Webservice-Calling-and-Parsing-the-Respon I ...
Vips_iOS's user avatar
1 vote
1 answer
6k views

There are number of resources available on line, but I would like to hear a clear idea, on how we can differentiate a service as SOAP/REST by looking at service design? (not with wsdl/wadl) How they ...
Ratha's user avatar
  • 9,732
0 votes
1 answer
6k views

Is there a way to find out if a webpage uses REST or SOAP web services in it's back-end? If there is a way then what is it? Thank you
Tahseen Adit's user avatar

15 30 50 per page