I have setup a http conduit as mentioned below and its working now.
<http-conf:conduit name="*.http-conduit">
<http-conf:client
ConnectionTimeout="${webservice.connecttimeout.milliseconds}"
ReceiveTimeout="${webservice.receivetimeout.milliseconds}"/>
</http-conf:conduit>
However this is having the same timeout for all services because I put it
with name as *.http-conduit.
I want to setup a different conduit for each and every service.
Can you please suggest how to setup a different conduit for different we
services so that I can configure different timeout for different services?
Regards,
Amit
--
View this message in context:
http://cxf.547215.n5.nabble.com/Setting-Client-Side-timeout-in-CXF-Web-Services-while-using-jaxws-client-tag-in-spring-configuration-tp5726416p5726464.html
Sent from the cxf-user mailing list archive at Nabble.com.