I have created a REST service with a method getPatientDetails which takes in a parameter and return a dataset.
I have deployed this REST service in IIS and URL is http://172.24.4.85/IMAO_REST_Service/PatientService.svc/getPatientDetails/28135635967
I need to consume this method in android button click event .
I am really very new to android development.
Can please someone help me to access this
NOTE: i have used VS 2015 for creating REST Service and same VS 2015 for Android Development