Re: Turn off MTOM feature in the client code to avoid xop generation

2012-08-01 Thread Daniel Kulp
The simplest may be to do : ((BindingProvider)proxy).getRequestContext() .put("mtom-enabled", Boolean.FALSE) after the proxy is created. That said, the setMTOMEnabled should also do it. If that doesn't help, it MAY be detecting that something thinks soap w/ attachments should be used (sli

Re: Async http client experiments....

2012-08-01 Thread Oleg Kalnichevski
On Mon, 2012-07-30 at 19:47 -0400, Daniel Kulp wrote: > On Monday, July 30, 2012 11:41:55 PM Oleg Kalnichevski wrote: > > On Mon, 2012-07-30 at 17:06 -0400, Daniel Kulp wrote: > > > BTW: I think the NHttpClient.java referenced from: > > > http://hc.apache.org/httpcomponents-core-ga/examples.html >

Turn off MTOM feature in the client code to avoid xop generation

2012-08-01 Thread Asif Ali
Hi, I have written a client code to consume a service. The wsdl contains a schema element of type base64encoder. CXF is sending the content of that element using MTOM attachment since it is binary data but the service provider is unable to retrieve the content through attachment due to framework li

Re: CXF-Trunk-JDK17 - Build # 53 - Still Unstable

2012-08-01 Thread Sergey Beryozkin
Hi On 01/08/12 08:15, Apache Jenkins Server wrote: The Apache Jenkins build system has built CXF-Trunk-JDK17 (build #53) Status: Still Unstable Check console output at https://builds.apache.org/job/CXF-Trunk-JDK17/53/ to view the results. I can not reproduce the test failures in the JAX-RS f