Linked Questions
34 questions linked to/from Representational state transfer (REST) and Simple Object Access Protocol (SOAP)
77
votes
2
answers
103k
views
Compare and contrast REST and SOAP web services? [duplicate]
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 ...
0
votes
1
answer
139
views
REST and SOAP Webservices [duplicate]
If given a REST or SOAP webservices URL, how can we find the method it offers.
For ex: http://ipAddress:port/projectName/services
1359
votes
14
answers
1.2m
views
SOAP vs REST (differences) [closed]
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 ...
392
votes
28
answers
125k
views
SOAP or REST for Web Services? [closed]
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 ...
258
votes
11
answers
632k
views
Main differences between SOAP and RESTful web services in Java [duplicate]
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 ...
31
votes
3
answers
42k
views
Rest vs Wcf pros and cons [closed]
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.
41
votes
3
answers
38k
views
How to choose between JAX-RS and JAX-WS web services implementation?
In what contexts is it better to use one over the other and why?
Thanks!
13
votes
3
answers
34k
views
What is the difference between SOAP and REST webservices? Can SOAP be RESTful?
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 ...
3
votes
1
answer
11k
views
Use SOAP or REST for a new Api [closed]
( 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 ...
3
votes
1
answer
11k
views
Different Between SOAP url and REST url
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 ...
3
votes
2
answers
9k
views
WSDL for REST WCF
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 ...
1
vote
3
answers
6k
views
RESTful vs SOAP based webservices?
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(...
1
vote
2
answers
5k
views
To call a webservice from an iOS application
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 ...
1
vote
1
answer
6k
views
How can we identify SOAP/REST services by design?
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 ...
0
votes
1
answer
6k
views
How to find if a webpage uses REST or SOAP web services?
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