I am using spring config file to invoke cxf webservics.

    <http-conf:conduit name="*.http-conduit">
        <http-conf:client
            Connection="Keep-Alive"
            AllowChunking="false"
            ConnectionTimeout="@conn_timeout@"
            ReceiveTimeout="@rec_timeout@"
            AutoRedirect="true" />
    </http-conf:conduit>

I wanted to set this timeout seperately for 
operation1 
operation2 
..


--
View this message in context: 
http://cxf.547215.n5.nabble.com/Interceptor-For-setting-HTTPTimeout-for-individal-operation-tp4644135p4644323.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to