The moose likes Web Services and the fly likes CXF-RS throwing No operation matching request path /create is found Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "CXF-RS throwing No operation matching request path /create is found" Watch "CXF-RS throwing No operation matching request path /create is found" New topic
Author

CXF-RS throwing No operation matching request path /create is found

Dilip Ganesh
Greenhorn

Joined: Sep 30, 2011
Posts: 17
Hi to all,

I developed the JAX-RS webservices using CXF framework and i deployed in Jboss6. While i try to access the application using the following URL http://localhost:8080/UPCServiceLayer/services/upcLineOfBusiness/create from my HTML page (using POST method only) i am getting following error in the server console

No operation matching request path /create is found,


The following is my cxf.xml



The following is my resource class



and i declared CXF servlet in my web.xml file also.

 
 
subject: CXF-RS throwing No operation matching request path /create is found
 
Threads others viewed
Transaction is not being committed
WebServiceContext or handle to session in CXF JAX-RS implementation
Accessing HttpServletRequest from Restful webservice
MessageContext is null
Error with web.xml
developer file tools