Hi Carlo,

I presume you want to set timeouts for the client side? 
These can be set using <http-conf:conduit> element as described in
http://cwiki.apache.org/CXF20DOC/client-http-transport-including-ssl-sup
port.html

Particularly check the documentation of the <http-conf:client> element
half way down that page.


Hope this helps.
Torsten Mielke



-----Original Message-----
From: carlo c [mailto:[email protected]] 
Sent: 23 January 2009 09:34
To: [email protected]
Subject: How to set timeout when using jaxws:client


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-tp216
20497p21620497.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to