Hi All, I have a slight issue with enabling MTOM on a dynamic client using JaxWsDynamicClientFactory. From what I've read in the docs, I can see that the client needs to "Cast the client's proxy to a BindingProvider object".
My question is, how do I get the proxy object from a dynamic client? I want to do something like the following: JaxWsDynamicClientFactory dcf = JaxWsDynamicClientFactory.newInstance(); Client client = dcf.createClient(<WSDL>); // GET THE PROXY FROM client proxy.setMtomEnabled(true); Kindest Regards, Jon. -- View this message in context: http://cxf.547215.n5.nabble.com/JaxWsDynamicClientFactory-and-MTOM-tp3375832p3375832.html Sent from the cxf-user mailing list archive at Nabble.com.
