Hi All
Can we use JAXWS endpoint as camel route?
The reason for using JAXWS endpoint is, we want to enable MTOM. Below is the configuration.
I tried using cxfEndPoint but the MTOM does not work, hence trying the same with JAXWS endpoint.
No, you have to use the cxfEndpoint instead of JAXWS endpoint in the camel route.
Which version of Camel are you using ?
I think we already fix the properties issue of cxfEndpoint.
Can you try the latest released Camel ?
Willem