i wonder if there is kind of free web service, where i can add my simple server application which will answer for requests of my android app... i need this for testing purposes. Thanks for answers.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
closed as not constructive by Luksprog, jonsca, Bill the Lizard♦ Oct 24 '12 at 14:21
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Sure it is! If you are using the KSoap library, here is a tutorial for creating and testing a webservice which will convert celsius to farenheit and back again. Edit after some comments by the thread starter If you have written your webservice by yourself and want to host it, I recommend to use IIS under windows, if the service is written in WCF You could also host the webservice on Windows Azure |
|||||||
|