Hi all, Thanks for your responses… its really help me… Seems i have to change the way i call the services, like using pub.client:http or webservice connector.
Dear Reamon,
Actually, I have to provide some eai services that query from various backend system. Those services is called by “X” system , but the problem is X cannot called all eai service in the same time / parallel. They can only call it in sequentially, service1 → return result ->service2->return result ->… . This causes the application runs to slow. However, User don’t want the applkication takes more than 7 second. So they choose to limit the services runtime using timeout.
Thanks a lot