Hi,

I tried to set the timeout in the services.xml file :
<http-conf:conduit
        
name="{http://webservice.converter.fwk.wl.atos.net/}Converter.http-condu
it">
                <http-conf:client Connection="Keep-Alive"
MaxRetransmits="3"
                        ConnectionTimeout="60000" ReceiveTimeout="60000"
                        AllowChunking="false" />
        </http-conf:conduit>
The service name is :
private static final QName SERVICE_NAME = new
QName("http://webservice.converter.fwk.wl.atos.net/";, "Converter");
The timeout doesn't seem to have any effect.

Do I have to set the timeout elsewhere, or should it work as is?

Thanks,

Bruno Verachten

Reply via email to