I have a webAPI that i need to call from java sever side code and get the response coming from the service .. Here is my webAPI URL..
http://pnrbuddy.com/api/check_pnr/pnr/2156641988/format/json/pbapikey/6b17f33e25e2d8197462d1c6bcb0b130/pbapisign/bd0aea241e88c8a22692eba02887ad97a220f827
This is a responsive URL ..You can check the values on typing on the Browser URL.The response of the datatype can be either xml or json.
How do I call this webAPI from android?