Hi Sigmund, it's not clear what you want to optimize. You need a bean per service.
Do you want to use some kind of HTTP connection pooling? Check if Keep-Alive is working properly. You can specify the timeout properties as described in the documentation: http://cxf.apache.org/docs/client-http-transport-including-ssl-support.html#ClientHTTPTransport(includingSSLsupport)-Theclientelement Regards Dennis
