Re: camel soap endpoint only WSDL but without serviceClass, is it possible?

2018-11-01 Thread Willem Jiang
Yeah, you can just specify the WSDL, but you have to provide more information such as the service name and endpoint name to let CXF to look up right endpoint for you. Please check out this test file[1] as an example.

Re: soap inboud does not get soap outbound 's response

2018-11-01 Thread Willem Jiang
I think you can use the jetty or other component as a plain HTTP engine to send the response back. If you want CXF to do more work (such as provides WS-* work), you can setup the route like you did. I guess it may cause bay the message body is not set rightly for the CXF_MESSAGE. Willem Jiang

Re: is transaction (required) by default enabled for the route sending message from one jms endpoint to another endpoint

2018-11-01 Thread Willem Jiang
As the transaction is bit complicated, you need to setup the transaction manager yourself on the jms component first, then you can apply the policy. So I don't think we can provide the transaction policy out of box. Please check out this document[1] for more information about setting the