I use XML-RPC Server and client with android application from this link: http://www.codeforest.net/how-to-build-php-xml-rpc-server-client-and-android-app communication is through HTTP. Can you explain me what and where I must change in Android code to communicate through HTTPS. Thanks (I read many articles on stackoverflow, but I can´t know how to use it in my android code)
I use XML-RPC Server and client with android application from this link: http://www.codeforest.net/how-to-build-php-xml-rpc-server-client-and-android-app communication
Share
This is my solution and it´s work fine:
And must add to org.xmlrpc.android 2 classes EasySSLSocketFactory and EasyX509TrustManager
EasySSLSocketFactory:
EasyX509TrustManager: