Hi Guys
I am from India. I am developing an application in j2me (midp 1.0), which fetches data from the server to the mobile device.
Initially i used HttpConnection to connect directly to the server. It runs Fine with Advanced GPRS but with basic GPRS i don't get any response(I think its due to the proxy applied to filter wap request at the mobile service provider).
Then i used StreamConnection and created a socket connection and used to pass all my request data to the Proxy gateway of Service provider. It worked but with few phoes only.
Plz help me to sort out the problem of transferring data through apn proxy.
I am now thinking to implement in a way the wap browser of a phone connects to proxy. But i don't know how to do it. If anyone could provide me information, I would be thankfull to him.
If u require more information plz let me know

Reply With Quote

