Hi,
I have been successful in exposing a SOAP based CXF webservice using JMS. Is
it possible to do the same for a Rest based CXF Webservice? Can someone
provide a working spring file snapshot?

        <jaxws:endpoint id="jaxwsBlogServiceJms"
implementor="#blogWebService"
                xmlns:blog="http://edu.ksu.ws/services";
                 address="camel://jms:queue:BlogService"
                serviceName="blog:BloggerService">
                <jaxws:features>
                        <!-- Enables logging of SOAP messages. -->
                        <logging xmlns="http://cxf.apache.org/core"; />
                </jaxws:features>
        </jaxws:endpoint>

--Irshad Buchh
-- 
View this message in context: 
http://old.nabble.com/JMS-Transport-for-a-CXF-Rest-Webservice...-Is-it-possible-using-Camel--tp28209700p28209700.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to