HTTP command are working with out any problem but, is there any security issue for HTTP GET / POST ?
Main Topics
Browse All TopicsWe are developing a mobile application which needs to communicate with my server to transfer the data between mobile and my server. Currently we started with Web service (created in the server-end) and calling the service from the mobile application(GPRS) using Jsr172 API.
While testing with various handsets we found that certain handset is not supporting web service call (example Nokia 5070), in other words API is not available in the device.
The alternate option is using http call which is supporting to all hand set. As my application may get installed in more than 500 devices, I do not have any issue with development (in java),
I would like to know the best method to be used for such communication [to send and receive data from my web server].
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: alexey_gusevPosted on 2009-06-17 at 23:43:36ID: 24654951
you might use HTTP GET and POST to ensure it will be supported on any mobile device