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.