Nuacht

Certificates are not used in Java code directly; instead, they are imported into a keystore. A single keystore can contain multiple certificates and private keys, distinguished by an alias.
I recently (this morning) figured out, that if you are using the SoapClient, and you instantiated the SoapClient before the SoapHelper, you will get a null pointer exception. The logcat output is very ...