single CXF endpoint to accept SOAP message for different namespace versions

2015-01-28 Thread ashwin74268
suggested similar implementations but could see anything like this. Can anyone suggest me if there is way I can expose a single endpoint for this scenario? Any suggestion would be helpful. Thanks, ashwin74268 -- View this message in context: http://camel.465427.n5.nabble.com/single-CXF-endpoint

Re: getting default value Connection: Keep-Alive while sending request to CXF endpoint

2014-11-07 Thread ashwin74268
Nevermind, I got it fixed myself. This can be done using HttpConduit http-conf:conduit in spring configuration of your component. Best Regards, Ashwin -- View this message in context:

getting default value Connection: Keep-Alive in

2014-11-05 Thread ashwin74268
Hi , I am trying to connect to an external entity which does not support Persistent Connections. I tried to set the Connection:close Header in Exchange object but it appears to be getting filtered out by DefaultCXFBinding. I saw some post where it says the following HTTP Headers will be filtered

Re: Sockets getting closed after 200 seconds

2014-07-24 Thread ashwin74268
After analysis, I found that the socket were getting closed because of expiration of maxIdleTime in JettyHTTPServerEngine which is defaulted to 200 seconds. Is there a way to keep the socket connection alive forever? -- View this message in context:

Sockets getting closed after 200 seconds

2014-07-23 Thread ashwin74268
Hi , I am running into a strange problem of sockets getting closed after exact 200seconds. My application is OSGI bases running with servicemix , camel-cxf version 2.8-fuse-06-11. Routes are built using DSL in Java Classes. A - Client B - Server 1) Client is submiting the request(It re-uses at