I am developing a webservice using JAVA to provide data using restful API(like facebook's graph API). Which Webservice can I use for developing this? In my Application I am handling large volume of data for processing.
When I give the URL https://mytestsevice.com/search?q=apple
The data should be get from Web Service as,
{"testdata": [
{
"id": "9467508",
"from": {
"name": "Aguilar",
"id": "100001732506711"
},
"message": "an apple a day keeps the doctor away"
}
]
}