Following blog post by dimuthu describes how to configure rest with Axis2/C.
http://www.dimuthu.org/blog/2008/10/18/write-restful-services-in-c/ Regards Nandika On Thu, Aug 18, 2011 at 10:34 PM, Jeremy Grieshop <jer...@omnibond.com>wrote: > Hi, just joined the list and have a question about the RESTLocation > parameter. > > I have an application in which I need to service REST requests to URI's > that > may or may not be predictable. For example, > > GET /axis2/services/myservice/some/path/unknown > > My handler needs to be invoked and process the uri "/some/path/unknown". > This path cannot be configured ahead of time in my services.xml. Is there > a pattern I can use for the RESTLocation that will allow me to be mapped > for > all and any URI's? > > Thanks! > -Jeremy