Hi, I'm using JaxWsDynamicClientFactory.createClient to create my Cxf client object, followed by invoke with an instance of ClientCallback passed in.
Using in this way, the callback.handleResponse method gets called, however if I use the AsyncHTTPClient by setting use.async.http.conduit=true & org.apache.cxf.transport.http.async.usePolicy=ALWAYS, my callback never gets called. I am using Cxf 2.7.7. Thanks for any help you can give. Regards Luke.
