I did google around and got the stuff working... Apparently,
I was able to get both the JAX-RS and JAX-WS working.... but one question still persists. For JAX-RS configuration, we do like this: <jaxrs:server <b>id="restservice"* *address="/restsalesdept"*> For JAX-WS configuration, we do like this: <jaxws:endpoint xmlns:s="http://....../../../service/SalesDept" serviceName="s:SalesDeptService" endpointName="s:SalesDeptPort" <b>id="salesdept"* implementor="#salesDept" wsdlLocation="WEB-INF/wsdl/SalesDepartment.wsdl" *address="/salesdept"*> When I try to give the same ID and ADDRESS for both JAX-RS and JAX-WS, the JAX-WS service works well but not the JAX-RS. The JAX-RS service itself is not getting exposed. Kindly advice... -- View this message in context: http://cxf.547215.n5.nabble.com/complexType-Parameter-in-CXF-JAX-RS-tp5715509p5715637.html Sent from the cxf-user mailing list archive at Nabble.com.
