While using CXF MTOM is it necessary to generate the server side code which creates the handler classes or is there a way to use the handlers on the fly in the endpoint implementation?.In the steps below to use MTOM can we skip step 2?
1. Write your WSDL 2. Generate your server stubs 3. Configure the CXF endpoint for mtom. thanks and regards, Bharath
