Return-Path: Delivered-To: apmail-cxf-users-archive@www.apache.org Received: (qmail 21025 invoked from network); 23 Jan 2009 14:57:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jan 2009 14:57:14 -0000 Received: (qmail 30045 invoked by uid 500); 23 Jan 2009 14:57:12 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 30015 invoked by uid 500); 23 Jan 2009 14:57:12 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Delivered-To: moderator for users@cxf.apache.org Received: (qmail 25887 invoked by uid 99); 23 Jan 2009 13:42:18 -0000 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=SPF_PASS,WEIRD_PORT,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: How to set timeout when using jaxws:client Date: Fri, 23 Jan 2009 08:41:43 -0500 Message-ID: In-Reply-To: <21620497.post@talk.nabble.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How to set timeout when using jaxws:client Thread-Index: Acl9NX6uj+q4HeY+RmC0C4F/UROYEwAKmVUA References: <21620497.post@talk.nabble.com> From: "Torsten Mielke" To: X-OriginalArrivalTime: 23 Jan 2009 13:41:48.0533 (UTC) FILETIME=[56EACA50:01C97D60] X-Mlf-Version: 6.2.2.1073 X-Mlf-UniqueId: o200901231341480247526 X-Virus-Checked: Checked by ClamAV on apache.org Hi Carlo, I presume you want to set timeouts for the client side?=20 These can be set using element as described in http://cwiki.apache.org/CXF20DOC/client-http-transport-including-ssl-sup port.html Particularly check the documentation of the element half way down that page. Hope this helps. Torsten Mielke -----Original Message----- From: carlo c [mailto:carlo.camerino@gmail.com]=20 Sent: 23 January 2009 09:34 To: users@cxf.apache.org 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. =09 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. --=20 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.