How to send SOAP request Android?

How does a web based Android Application work?

  • How do they request data from the server? In which format does the server send the data? How does the server accept requests from the Android App? Like i have a text fieldĀ  and i want to change its value based on value stored in server?What will be the steps involved in this full details like from server and point of view .

  • Answer:

    Android applications are connected to the server using Web Services (Restful*) using a HTTP client on the android end. These web services are written in a server side scripting language (PHP/JSP/C#...) and return data in either .xml/.json (recommended) format. You will have to parse this json string at the android end and make the required changes.

Karan Kumar at Quora Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.