That all looks fine to me. May need a full sample to debug. Dan
On Tuesday 24 August 2010 11:04:16 am vvvijayvaleti wrote: > Hi Dan, > > I have updated the client configuration file suggested by you, but still > its not timing out to the value what i have specified in the conduit. it > is always timesout to the default value only(i.e 60 secs). > > please find the my updated client configuration file. > > > please let me know if any thing is wrong with the configuration file. > > Thanks > Vijay.V > > On Mon, Aug 23, 2010 at 7:23 PM, Daniel Kulp <[email protected]> wrote: > > 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 -- Daniel Kulp [email protected] http://dankulp.com/blog
