views:

32

answers:

0

I have to securely connect to an authenticated SOAP web service in Android. The web service uses a self-trusted certificate.

Unfortunately it seems that the usual Java libraries for this can't be used in Android.

Could someone give me some pointers on how to do this? Is it possible to implement this connect just with HTTP POST requests and some XML parsing?