1 Reply Latest reply on Jan 31, 2012 10:36 PM by njiang

    JAXWS endpoint as camel route

    mpalvankar

      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.

        • 1. Re: JAXWS endpoint as camel route
          njiang

          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