Couple thoughts:
1) You aren't setting the wsdlLocation attribute on the JaxWsProxyFactory thing so it may be looking for a different endpoint name. I would suggest completely filling in the extra details there including the wsdlLocation and serviceName and endpointName. Alternatively: 2) Change the http:conduit name to be a wildcard URL: <http-conf:conduit name="http://localhost:8080/.*"> <http-conf:client ReceiveTimeout="3000"/> </http-conf:conduit> which should catch it as well. Dan On Monday 23 August 2010 4:29:20 am vijayvaleti wrote: > Hi, > > I am using the following client configuration file for setting the receive > timeout options on the http-conduit object using a configurations file. > > http://cxf.547215.n5.nabble.com/file/n2644363/clientConfig.xml > clientConfig.xml > > I am using the following client code. > http://cxf.547215.n5.nabble.com/file/n2644363/AuthServiceFactory.java > AuthServiceFactory.java > > her is my wsdl > http://cxf.547215.n5.nabble.com/file/n2644363/authorizationService.wsdl > authorizationService.wsdl > > timouts are defaulted to 60 sec always . please let me know if anything is > wrong in the configurations deatils. > > i am using apache cxf 2.2.6 and tomcat for this > > Thanks > Vijay.v -- Daniel Kulp [email protected] http://dankulp.com/blog
