Hi,
Consider using the task queue. https://docs.mendix.com/refguide/task-queue/
Go Make It
Hello Raghavendra,
you need to implement strategies to prevent server crashes.
1.pagination approach- modify soap service to accept page parameter.
2.Batch processing- break the request into smaller chunks.
3.Process each batch separately with delay between them.