I have developed a Mobile Application for E5 Mobile, Here in my Application I am using .net Web Services for login & other activity. I have created stubs accordingly. My Application is running fine.
Now My Problem is that sometime because of low-network connectivity, In My Application, Progress-Bar is keeps running for long time. I want to do some timeout period setting, so that if my application do not get any response in some particular time ( suppose 25 Secs. ) then Application should stop running.
How to set TimeOut value in J2ME Application, when I am using .net webservices.