How REST is lightweight compare to SOAP?
Answer / Sandeep Kumar Tripathi
{"REST vs SOAP": "REST (Representational State Transfer) is generally considered lighter-weight compared to SOAP (Simple Object Access Protocol). While both are web services technologies, REST uses HTTP methods and is often stateless. It requires fewer resources and tends to be simpler, faster, and more scalable than SOAP."}
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the procedure followed on the client side?
What are the tools used for testing web services?
in soapui i am prepared test data and create request and run the request. response generated. this response data how to validate/verification. how to verify the xml data in database. write query to get xml response data in oracle query. pls help me
Which is better rest or soap?
What is loosely coupled?
2 Answers Cognizant, SAP Labs,
What do you know about foundation security services?
what is SOAP HTTP Binding?
write a sql query retrive all xml data. how to retrive xml data wit single sql query.
What are the elements of a soap message structure?
Can soap use rest?
Explain what is soap?
To test a web service you must create a windows application or web application to consume this service. State whether true or false.