I run my code on wtk2.3 beta and sonyericcson sdk, it works good.
But when I run it on Nokia S60 FP2 SDK, it throw a IOException when exceuting os.close();
Below is my code.
connection = (HttpConnection) Connector.open(serverURL,
Connector.READ_WRITE, true);
setConfig(connection, request.length());
os = connection.openOutputStream();
os.write(request.getBytes());
os.close();
Can somebody tell me what how to solve it? thank you!

Reply With Quote

