Hello Everybody,
I am currently developing a Java Webservice for Netweaver 7.11. The web service should trigger the execution of a jar file which is locally available at the server on which the web service is deployed.
The process which is locally executed needs about 60s to be finished.
But when trying to start this process via a web service I get the following message:
Invalid transport binding settings.Read timed out
But this message still appears if I set the timeout settings to a value of 900s, which is definately long enough.
I would be really thankful if somebody has an idea, where the problem is located and how to solve it.
Kind Regards,
Carl Heckmann