hello every body!
i'm looking for a way to implement an xml rpc server on an android device.
I tried the class in the 1st attached file but it seems that it s not working
because i've tried to send data from a local activity (with localhost:8214) but
the answer was "connection refused".
Anyway is that the better way to do??
I've followed that little discussion to implement the server and according to
them "your xmlrpc server library" needs to be modified a little bit!! do I need
to that with the release 15?? ==> URL (
http://www.anddev.org/networking-database-problems-f29/xml-rpc-server-on-android
-t16632.html )
extra exlpanations:
the scenario was to get suscribed by sending the command plus as two
parameters: my server's url and finally the command to send me real time String
data, to a server which has to send me real time those Strings information.
the B class has just to show the Strings sent.
Attached file
The second attached file is the sucription class
the 3rd one is the B class
Original issue reported on code.google.com by
ayshmb1...@gmail.comon 21 Jan 2012 at 2:00Attachments: