I have a JSON url,i want to Parse the URL and get the information from the URL My requirement is to write a java restfull web service which accepts JSON URL as input and which returns the data I have followed the tutorial http://www.mkyong.com/webservices/jax-rs/jersey-hello-world-example/ he passed a String to the WebService method
Could any one help to Write a java WebService?