Hi,

Approach is basically correct, not sure why you use star after ReceiveTimeout: 
"ReceiveTimeout*" ?

Take a look into this system test: 
https://github.com/apache/cxf/blob/master/systests/uncategorized/src/test/java/org/apache/cxf/systest/outofband/header/cxf.xml

Regards,
Andrei.

> -----Original Message-----
> From: adventureroller [mailto:roller...@gmail.com]
> Sent: Dienstag, 9. August 2016 16:04
> To: users@cxf.apache.org
> Subject: CXF server timeout configuration (ReceiveTimeout)
> 
> Hello,
> 
> I'm trying to configure server timeout for our SOAP web-service on CXF.
> I have httpConduitConfig.xml with configuration, I'm writing there server
> configurations for each SoapPort with ReceiveTimeout:
> 
> /<http-conf:destination
> name="{http://somepath}ourSoapPortName.http-destination";>
>     <http-conf:server <b>ReceiveTimeout*="30" />
>   </http-conf:destination>/
> 
> I'm using Soap ports which are written in .wsdl file for each service in our
> container:
> /<wsdl:service name="ourSoapPortName">/
> 
> I've configurated ReceiveTimeout for all of our services in the container.
> 
> The thing is that can connect via telnet to our web container on the correct 
> port
> and I see that connection can live about 5 mins (which is more than default
> ReceiveTimeout=30000).
> 
> Could you please explain what is wrong here?
> 
> Thank you.
> 
> /Apache CXF 3.0.9, Java 8/
> 
> 
> 
> --
> View this message in context: http://cxf.547215.n5.nabble.com/CXF-server-
> timeout-configuration-ReceiveTimeout-tp5771272.html
> Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to