Question
SOAP Connector takes lot of time.
I have a screen displaying elements from 3 soap services. But the response from these connectors are coming very late. No PRPC issues but the services in general are slow. As a result, the screen is taking too long to load and this is awkward from users perspective. I know the service should be solving this problem but until then any recommendation that I can implement for such scenarios? I am looking for something that lets my screen load in less time. Connector with Run in parallel doesn't seem to help!
***Updated by moderator: Lochan to update Categories***
Hello Chandeep,
Till your service solves the problem for long time running request can we call these services asynchronously with out waiting for the response so the users can perform their other jobs .
I never tried locally but you can give a try
Thanks,
Arun