我是肥皂网服务的新手。我想使用https ping我的服务器,我想使用soap.I参考以下链接 Not trusted certificate using ksoap2-android KSOAP 2 Android with HTTPS 但是,它在我的代码中并没有起作用。这是我的代码片段
SSLConection.allowAllSSL();
HttpsTransportSE httpstransport = new HttpsTransportSE("myserver", 443, "rmo_t_json_v2.asmx", 1000);
httpstransport.call(SOAP_ACTION, envelope);
我必须致电allowssl()
。什么是httpstransportSE中的第三个参数。