hi
I am using the below code to make a https call
Code:
conn = (HttpsConnection)Connector.open(url);
conn.setRequestMethod("POST");
but it gives this Eception :
Exception net.rim.device.api.io.IOCancelledException
I actually want to make a https call using POST method.. Does anyone have any other ideas why is the exception for or hw to achieve call it.
Thanks in advance