Hi ,

You can set the http-conduit for certain endpoint just by set the name as 
portQName.http-conduit.
For example <http-conf:conduit 
name="{http://widgets/widgetvendor.net}widgetSOAPPort.http-conduit";>


--  
Willem Jiang

Red Hat, Inc.
FuseSource is now part of Red Hat
Web: http://www.fusesource.com | http://www.redhat.com
Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) 
(English)
          http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese)
Twitter: willemjiang  
Weibo: 姜宁willem





On Thursday, April 18, 2013 at 1:56 PM, apanwar wrote:

> 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 (http://Nabble.com).



Reply via email to