Hi Aki, The issue is fixed now.Thanks for your inputs.I have gone with a completely different approach.
a)Generated the stubs using Axis(the old version) b)packaged them into jars c)Loaded the necessary jars including the above to my applications' lib folder. d)Used these classes to call the JAX-RPC service. e)Used a unmarshaller to display the result as a JSON with the help of JSONProvider. I was not going with the Dispatch as I later realized that it has a performance hit. If CXF had support for JAX-RPC it would have been much easier using a frontend. ----- Saludos Kartheek -- View this message in context: http://cxf.547215.n5.nabble.com/Using-JAX-WS-support-for-JAX-RPC-service-Dispatch-API-tp5710673p5710765.html Sent from the cxf-user mailing list archive at Nabble.com.
