I'll give you what I have - no more no less
Assume, you use window
1. Go to
http://maven.apache.org/download.html
Download
maven
2. Go to
http://www.jboss.org/resteasy
Download resteasy-jaxrs-2.2.3.GA-all.zip
Unzip it to C:\ drive for example.
Go to
resteasy-jaxrs-2.2.3.GA\examples
examples\oreilly-workbook\oreilly-workbook
examples\oreilly-workbook\ex03_1
read README.txt
Basic: resteasy-jaxrs-2.2.3.GA is an implementation of JAX-RS - Restful web service.
ex03_1 has a client using URL. So here you have an example of using URL to talk to Restful web service on the server side.
Run the example;
C:\\resteasy-jaxrs-2.2.3.GA\examples\oreilly-workbook\ex03_1>mvn install
you will the output on the command line
For more: Use your friend GOOGLE for key words like:
Restful web service with URL
Soapful web service with URL
Soapful JAX-WS web service
Restful JAX-RS web service