If I understand your question correctly, if your operation looks like this:
 getEcho(String part1), then your REST request would be as you have
written http://localhost:8080/axis2/MyService/getEcho?part1=helloREST

 So multiple parameter as in getEcho(String part1, String part2) would
look like this

http://localhost:8080/axis2/MyService/getEcho?part1=helloREST&part2=helloAgainREST




On 12/6/06, Ran <[EMAIL PROTECTED]> wrote:

Hi,
I have got REST working under
http://localhost:8080/axis2/MyService/getEcho
getEcho is an operation of MyService.

How do I invoke getEcho with parameters to pass in input ? such as
http://localhost:8080/axis2/MyService/getEcho?part1=helloREST would call
getEcho with parameter part1 set to helloREST

Thanks,
ran




Reply via email to