Hello,
I want to increase SOAP activity timeout from 1 min to 3 min.
We have some big files to upload to a server, which takes some time.
Regards,
Ahmed
Hi @Ahmed_Gamal1 ,
You can try to use HTTP Request activity insisted of Soap request and it will do the same job and you can manage time out from properties and if you need SOAP Request you can check below topics.
How to handle when the SOAP activities in UiPath do not provide an adequate timeout window (60 seconds), nor do they allow for sufficiently large response payloads (limited to roughly 65KB)?
Workaround: While the existing SOAP activities will not perform the way desired individually, a new feature in UiPath is introduced involving Loading Web Services in Libraries .
The above should be the new standard mechanism for interacting with SOAP Endpoints using UiPath, and may provide the extensibilit…
Hi Ferudun,
I’m having the same problem. Could you share the activity please?
Thanks
thanks bcorrea for fast answer.
We use SOAP Request activity in UIPath.WebAPI.Activitiies namespace.
We call the wcf web service method with this activity.Sometimes we getting timeout problem.In this case we want to increase timeout value.