Hi, I want to set an httptimeout in my web service. I used spring to configure it basing it on the instructions on the cxf website.
<jaxws:client id = "crdrService" serviceClass="CmsCrdrServiceSoap" address = "http://localhost:8094/mock/CRDR"> </jaxws:client> My question is how do I set the timeout just using this xml file? Is it possible? I've seen examples in which the Service class it self is used and is set programmatically. I want to set it via spring xml if possible.. Thanks for the help. -- View this message in context: http://www.nabble.com/How-to-set-timeout-when-using-jaxws%3Aclient-tp21620497p21620497.html Sent from the cxf-user mailing list archive at Nabble.com.
