============ Problem Description ============
Hello, everyone.
From the Internet to find some access to call WebService example, rarely run successfully, only the example of the weather can run through.
Now I want to do basic additions and deletions to the function, through the webservice to operate the database (SQL server2008), parameter transfer with entity to pass. Could you please give me an example? Reply
============ Solution 1============
Your problem description is not clear.
It may be understood that you need to pass the data and that the data is an entity.
If this is the case: you can write a generic interface to access the network, the network to your data is JSON or XML and other formats, you can again this universal implementation of the automatic JSON into the entity. It is recommended that you develop a Gson library with Google (you can convert JSON into entity objects).
Andirod Access WebService