|
What is wrong with the following?
Why can't I connect with CMWAP proxy?
Or can I only connect to it on a mobile phone? The emulator cannot access the Internet using CMWAP ..?
private HttpConnection openConnectionViaCMWAP () throws IOException {
HttpConnection http = (HttpConnection) Connector
.open ("http://10.0.0.172:80/" + "abc / abcd", Connector.READ, true);
http.setRequestProperty ("X-Online-Host", "61.154.9.12:8000");
return http;
} |
|