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.