Hi
On 04/10/12 06:53, jbright wrote:
Hi Sergey,I did comment the jaxws:endpoint configuration in my beans.xml -
So no more soap services.Now when I try to see the WADL I'm getting the
below output in the bottom of the WADL
When I make the service call from the browser, I'm finding the below issue
logged in the log file.Oct 4, 2012 10:42:51 AM
org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor processRequest*WARNING:
No root resource matching request path
/business-restful/services/salesdepartment/searchEmployee has been found,
Relative Path: /searchEmployee. Please enable FINE/TRACE log level for more
details.*Oct 4, 2012 10:42:51 AM
org.apache.cxf.interceptor.LoggingOutInterceptorINFO: Outbound
Message---------------------------ID: 3Response-Code: 404Content-Type:
text/xmlHeaders: {Date=[Thu, 04 Oct 2012 05:12:51 GMT], Content-Length=[0]}
In addition, I've given the JAX-RS annotations in my impl class, but in the
interface I see the annotations like @WebResult and @WebMethod.
Please advice.
Enable FINE/TRACE logging :-)
It appears by the time a root resource is selected, it is only
"/searchEmployee" which is left to be matched, while the root resource
starts from "/salesdepartment".
What do the parts in
"/business-restful/services/salesdepartment/searchEmployee" map to in
your setup ? Example, what is the name of the web app, the value of
CXFServlet url pattern and jaxrs:server/@address ?
Sergey
--
View this message in context:
http://cxf.547215.n5.nabble.com/complexType-Parameter-in-CXF-JAX-RS-tp5715509p5715624.html
Sent from the cxf-user mailing list archive at Nabble.com.