2012
DOI: 10.1109/mic.2012.62
|View full text |Cite
|
Sign up to set email alerts
|

SOAP-Based vs. RESTful Web Services: A Case Study for Multimedia Conferencing

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
16
0

Year Published

2012
2012
2020
2020

Publication Types

Select...
5
3
1

Relationship

0
9

Authors

Journals

citations
Cited by 41 publications
(16 citation statements)
references
References 4 publications
0
16
0
Order By: Relevance
“…So RESTful style services don't need SOAP or other application layer protocols, but only need HTTP. The case study in [8] shows that RESTful Web Service is more concise than SOAPbased Web Service, and even provides better performance. So RESTful is named lightweight SOA implementation technology.…”
Section: B Development From Soa To Edsoamentioning
confidence: 99%
“…So RESTful style services don't need SOAP or other application layer protocols, but only need HTTP. The case study in [8] shows that RESTful Web Service is more concise than SOAPbased Web Service, and even provides better performance. So RESTful is named lightweight SOA implementation technology.…”
Section: B Development From Soa To Edsoamentioning
confidence: 99%
“…CREATE used for inserting record, READ for getting selected record, UPDATE for updating any existing record and DELETE for removing any record. [6] REST take advantage of these simple operations and use them efficiently than SOAP. For example, if we are willing to remove any record from back-end data (such as item with particular ID) then for REST we have to just call DELETE method with item's ID in URL which allows REST service to omit internal XML payload, which results in reducing its packet size.…”
Section: Overheadmentioning
confidence: 99%
“…REST does not restrict client-server communication to particular protocol but is most commonly used with HTTP. [6] REST web services are based on URLs and four HTTP methods that are POST (For insertion of new record), PUT (For updating any existing record), DELETE (For removing any existing record) and GET (For getting any record's information) [7].…”
Section: Introductionmentioning
confidence: 99%
“…These schemas help the receiver to correctly interpret the text. SOAP messages are taken by SOAP servers and they are interpreted so that as a result of that web servers become active and so their function [7,8].…”
Section: Soapmentioning
confidence: 99%