You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Mansour Raad <mr...@esri.com> on 2007/08/01 18:55:43 UTC

REST not directed to correct path

Updated the restful_http_binding sample with println statement to  
print the method name that is being invoked.
and on both:

http://localhost:8080/xml/customers

and

http://localhost:8080/xml/customers/123

the getCustomers (note the plural !) is being called.   Looks like  
the full path info is not evaluated.

Mansour
:-)