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.
Asked
Active
Viewed 730 times
1 Answers
1
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

Community
- 1
- 1

Tobias Moe Thorstensen
- 8,861
- 16
- 75
- 143
-
He is looking for a site which provides a free webservice, not how to use a webservice. – user 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