A silly question from a newbie :))
Hi Guys,
I need to solve a paralell processing problem. Below i describe the business need. Any comment,tutorial etc. is appreciated. Thanx in advance
I need to implement an integration layer between CRM and multiple different systems which exposes their services.
When i get a request from CRM i need to paralelly call different systems' web services and get the results of all calls.
Then transform these results into a data format and send back to crm synchronusly.
What solution you suggest?
Regards