function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AbAb 

Timeout restrictions for calling webservice from Apex class

Hello,

I want to call 5 webservice in sequential order, like

If i call one webservice and i wait for request and
based on thatrequest, i constrt a request..

I do for5 times.

If i call all of them in one apex class, What are restrictions in terms of timings or timeut

thank you for suggestion