Simple GET operation with JSON data in ADF Mobile
- by PadmajaBhat
Usecase:
This sample uses a RESTful service which contains a GET
method that fetches employee details for an employee with given employee ID
along with other methods. The data is fetched in JSON format.
This RESTful service is then invoked via ADF Mobile and the
JSON data thus obtained is parsed and rendered in mobile in a table.
…