Hi,

As I mentioned other urls are invoking methods fine.  Just the one with
@FormParam is having this issue.

CXFServlet urlpattern:
<servlet-mapping>
    <servlet-name>cxf</servlet-name>
    <url-pattern>/services/*</url-pattern>
  </servlet-mapping>


cxf-servlet.xml server:
<jaxrs:server id="myProductRest" address="/rest">
    <jaxrs:serviceBeans>
      <ref bean="myRestService" />
    </jaxrs:serviceBeans>
  </jaxrs:server>
  
My Rest Web Service:
@Path("/product")
@Features(features = "org.apache.cxf.feature.LoggingFeature") 
public class ProductWebRest {

Regards,

Miten.


--
View this message in context: 
http://cxf.547215.n5.nabble.com/form-post-to-restful-service-not-finding-matching-method-tp5667389p5667558.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to