views:

181

answers:

0

has any one been able to connect to a soap server using ksoap2 android via https?

i keep getting the error that "Hostname <###>was not verified"

im doing

AndroidHttpTransport androidHttpTransport = new AndroidHttpTransport (URL);
androidHttpTransport.call(SOAP_ACTION, envelope);

apparently looking back at other ksoap which isn't for android your ment to us a different call to connect via https, but i can't find a way to do it in the android version.

any one found a way about or know the call im ment to use?

thanks for you help