Hi,
I have a problem with a SOAP connector which cause a connection reset.
Here is my process : I’m trying to import a file into a database. To do this, I send the file content to a webservice using SOAP (this works great). Then, I do the import (which can be long if the file is big) into my database. The webservice respond some parameters like “0” for OK, “-1” if error …
If my file is light, the connector works great but if the file is heavy, I have a connection reset : “Exception trying to call remote webservice”.
So my question is : Is there a timeout on soap connector ? If yes, how to increase it ?