This content has been marked as final.
Show 2 replies
-
1. Re: How to set response from cxf with Camel in xml
milanmilas Dec 14, 2012 4:33 PM (in response to milanmilas)I have done some reading and have changed camel to:
<log message="$"/>
I still need to set response, I am not sure how to format it?
-
2. Re: How to set response from cxf with Camel in xml
milanmilas Dec 14, 2012 7:02 PM (in response to milanmilas)<log message="$"/> <transform> <constant><![CDATA[ <out>1</out> ]]></constant> </transform> <log message="$"/>
</route>
-service method is taking string as input parameter and returning boolean.