Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

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.

1 Answer

up vote 1 down vote accepted

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

Introduction to IIS 7.5

You could also host the webservice on Windows Azure

Stackoverflow post regarding this topic

share|improve this answer
He is looking for a site which provides a free webservice, not how to use a webservice. – Luksprog Oct 24 '12 at 10:40
exactly... i have simple testing webservice which should answer on my android client requests and i need some place to run it on – Belovoj Oct 24 '12 at 10:49
ah, so you want to host a webservice? Is the webservice written in WCF? – Tobias Moe Thorstensen Oct 24 '12 at 11:02

Not the answer you're looking for? Browse other questions tagged or ask your own question.