maybe contrary to others, I´m thinking of running a webservice Server on Android. Is there any Library that supports this? I think ksoap2 e.g. is only for consuming webservices, not for serving them, right?
And, if thats not possible without lengthy coding, I just need to run a HTTP Server on Android and receive binaries with it (via POST).
Can anybody give some hints?
Cheers,
Marc
Finally, I´ve dismissed the thought of implementing it with a Webservice on Android-side and just managed to do it via Socket-Communication and a self-designed protocol, quite like this: