timeout

2002-03-15 Thread Jean-Pierre CLAVERY
Hello every body, I am new in soap processing. I specified a timeout for my SOAP method invocation by using : ** SOAPHTTPConnection shc; shc = new SOAPHTTPConnection(); shc.setTimeout(5000); //<-- 5 seconds Call call = new Call(); call.setSOAPTransport(sh

timeout

2002-03-15 Thread Jean-Pierre CLAVERY
Hello every body, I am new in soap processing. I specified a timeout for my SOAP method invocation by using : ** SOAPHTTPConnection shc; shc = new SOAPHTTPConnection(); shc.setTimeout(5000); //<-- 5 seconds Call call = new Call(); call.setSOAPTransport(sh