You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Yashwanth Rajaram -X (yrajaram - Zensar at Cisco)" <yr...@cisco.com> on 2010/12/09 00:58:01 UTC

Question on REST and Axis 1.3

Hi All:

 

I modified the version service to take a parameter and am able to access
this from a browser using the URL:

http://localhost:8080/MyClient/services/RestService/getVersion?name=yash
which  displays the response fine.  

 

Could someone tell me what I have to do to access the same service using
this URL instead?
http://localhost:8080/MyClient/services/RestService/getVersion/yash

 

I found Keith's article (http://wso2.org/print/3726) which is a bit
dated so I don't know if I could follow it to have the URL changed as
desired.

 

thanks,

--

Yashwanth