Android XMLRPC Fault Code
- by sameersegal
Hey,
We have been using XMLRPC for android and it was working well until we got our hands dirty with Base64 encoding for byte[] (images) -- (we did base64_string.replace("/","$$") for transmission). We have tried undoing the changes and its looking an XMLRPC error.
We are getting the following error in the DDMS:
06-10 23:27:02.970:…