Hello, I have a Java process which takes a long time to be executed. Then, when I access to the web service with a PHP SOAP client it returns a "500 error" when the process takes more than 45 sec.
If found that it was the WSDL2Java default timeout (here: http://ws.apache.org/axis/java/reference.html). So my question is: How can I configure Tuscany to increase this parameter/duration? Regards, Marc
