Results 1 to 3 of 3

Thread: A silly question from a newbie :))

  1. #1
    Join Date
    Dec 2011
    Posts
    2

    Default 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

  2. #2
    Join Date
    Jan 2009
    Location
    Ukraine, Kharkov
    Posts
    637

    Default

    Hello.

    At first you should read the Manual.

    And it is prototype of your solution:

    inbound-reques-reply-gateway -> recipient-list-router (all channels are queues) -> outbound-gateways -> aggregator
    So, try to go with short steps and ask your questions here.

    Artem Bilan

  3. #3
    Join Date
    Dec 2011
    Posts
    2

    Default

    Thank you for the info..
    I will dig into the manuel..
    Regards

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •