what is main different between Restful and Soap?
can any one explain restful with example ?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
REST is an architectural style based on simple rules for how you use HTTP, SOAP is a much more complex and restrictive architecture with a huge set of (sometimes optional) rules capable of creating high level of security at the cost of complex programming. Any security in REST you will have to invent for your application.
True – RESTful services are intrinsically faster. Again, any multiple intermediate architecture you want in REST you will have to do yourself.
As per many many articles on the topic SOAP has its place and is unlikely to go away. IMHO most of what people think of as web services can be done better in a RESTful architecture.
Please Check below links for Restful webservice.
Your Solution Here
http://timewasted.net/?p=127