Hello,

The URI for the resource for a simple calculator web service

public int add(int x, int y) {
return x+y;
}

is like this

http://localhost:8080/mws/resources/add?x=3&y=5

what if I want to pass Integer array as parameter ? what it will look like ?

If a sample REST client code available. I will be so grateful if anyone post
it.

Thanks,

Reply via email to