0

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.

Belovoj
  • 818
  • 13
  • 22

1 Answers1

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

Introduction to IIS 7.5

You could also host the webservice on Windows Azure

Stackoverflow post regarding this topic

Community
  • 1
  • 1
Tobias Moe Thorstensen
  • 8,861
  • 16
  • 75
  • 143