Hi,

> Please take a look at the CXF 2.0 user doc :) 
> http://cwiki.apache.org/CXF20DOC/client-http-transport.html
Sorry, I have read this doc and didn't see this info. :-/

> If you want all the http-conduit with same client policy, you 
> could specify the conduit name like this, <http-conf:conduit 
> name="*.http-conduit"> ...
I put <http-conf:conduit name="*.http-conduit">
    <http-conf:client Connection="Keep-Alive"
                      MaxRetransmits="3"
                      ConnectionTimeout="60000"
                      ReceiveTimeout="60000"
                      AllowChunking="true" />
  </http-conf:conduit> in services.xml, which is located in a directory
referenced in the classpath.
I still have errors with the sending of big messages; I got an error 32s
after the beginning of the call.
I'm sure I missed something. Is the services.xml read by the client?

Thanks,

Bruno Verachten

Reply via email to