I want to implement a RESTful webservice do i need something om my server running to handle requests like with SOAP?
-
I want to implement a RESTful webservice for an Android App using JSON. Do i need something om my server running to make for example a GET request work , like with SOAP is the case. I have read something on servlets but i don't know if this is neccesary or not.
-
Answer:
In general, yes, but it also depends on what functionality you want the server to have. If you need to do any form of data processing on the server then yes, you'll need some amount of custom code capable of receiving input, processing, and producing output. If you just want a structured data store over HTTP (for example, you have clients adding and retrieving data blobs from the server but you don't need the server to modify them in any way) you could use a WEBDAV-capable web server and your client uses HTTP PUT/GET/DELETE requests to upload, retrieve, and manage data files (which could be XML or JSON).
Jonathan Karon at Quora Visit the source
Related Q & A:
- If I want to become a doctor what should I do?Best solution by Yahoo! Answers
- I want to do a seo to my car website.Best solution by Yahoo! Answers
- Why doesn't it work when I want to click a link in my Yahoo mess list?Best solution by Yahoo! Answers
- I want to be a reporter what should I major in, in college.Best solution by Yahoo! Answers
- If i want to be a doctor, what should i do in High School?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.