Hi, I work on an app, and I need to insert new lines on a remote database, and getting an int from the server.
After a few research, I've found out that it won't be a good thing to directly connect to the remote database, and I've find that it would be better to use SOAP or REST. For my needs (insert in a two-column table, and retrieving a count), SOAP seems the more accurate choice. I've then looked forward to script an SOAP web-service in php, and wrote it. Now I try to access it via android. I've find this : http://groups.google.com/group/android-developers/browse_thread/thread/9b246db7d612a6b5/ but the examples seems undownloadable. Is this still the way to do ? Does someone have an example of using this ? Thanks. -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

