Android ksoap2 via https
can anyone connect to soap server using ksoap2 android via https?
I keep getting the error "Hostname <###> not verified"
I do
AndroidHttpTransport androidHttpTransport = new AndroidHttpTransport (URL);
androidHttpTransport.call(SOAP_ACTION, envelope);
apparently looking back at another ksoap that is not designed for Android, we have another challenge for connecting via https, but I cannot find a way to do this in the Android version.
Has anyone found a way to recognize or use a call?
thanks for the help
android ksoap2 2.5.2 is missing which supports https
http://code.google.com/p/ksoap2-android/
the problem is that I'm not sure how to use it
HttpsTransportSE aht = new HttpsTransportSE(host, port, file, timeout)
""? - ?
btw AndroidHttpTransport ksoap2
, Android:
- SSL . , (http://groups.google.com/group/android-developers/browse_thread/thread/1ac2b851e07269ba/c7275f3b28ad8bbc?lnk=gst&q=certificate, allowAllSSL(), / SSL ksoap2) , , .
- ksoap2-android , , (KeepAlive) HttpsTransportSE,
new KeepAliveHttpsTransportSE(host, port, file, timeout);. URL, , Jira -new KeepAliveHttpsTransportSE("host.whatever", 443, "/rpc/soap/jirasoapservice-v2", 1000)
Btw: " Android", J2SE, (KeepAlive) HttpsTransportSE lib ( ksoap2-j2se-full- 2.1.2.jar). HttpsTransportSE, KeepAliveHttpsTransportSE HttpsServiceConnectionSE ksoap2-android J2SE . , - ( - ksoap2, , , ksoap2 -).