<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Copy synchronous response to separate asynchronous mapping in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/copy-synchronous-response-to-separate-asynchronous-mapping/qaa-p/533082#M108709</link>
    <description>&lt;P&gt;look up is for sync interface,though here chris can make the RFC as sync and return some dummy message in the RFC.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jan 2018 12:31:51 GMT</pubDate>
    <dc:creator>Muniyappan</dc:creator>
    <dc:date>2018-01-12T12:31:51Z</dc:date>
    <item>
      <title>Copy synchronous response to separate asynchronous mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/copy-synchronous-response-to-separate-asynchronous-mapping/qaq-p/533079</link>
      <description>&lt;P&gt;Hi Folks&lt;/P&gt;
  &lt;P&gt;I have a integration scenario challenge, that I was sure could be implemented technically. But after searching the communicty and google in general, I still havent found a solution. Therefore I would like to hear if any of you have any input to this challenge..&lt;/P&gt;
  &lt;P&gt;The requirement is pretty simple: System A make a synchronous request to System B. Response should be synchronous returned to System A, but System C should get a asynchronous copy of the response.&lt;/P&gt;
  &lt;P&gt;Illustrated like this:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/104364-sync-async-arch.png" /&gt;&lt;/P&gt;
  &lt;P&gt;However I cant find any way of copying the response and forward it to the asynchronous integration.&lt;/P&gt;
  &lt;P&gt;Anyone having any suggestions to how this can be achieved.. (Or if it is possible at all)&lt;/P&gt;
  &lt;P&gt;Thanks a lot for your input.&lt;/P&gt;
  &lt;P&gt;/Chris&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 09:27:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/copy-synchronous-response-to-separate-asynchronous-mapping/qaq-p/533079</guid>
      <dc:creator>Cortex2k</dc:creator>
      <dc:date>2018-01-12T09:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Copy synchronous response to separate asynchronous mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/copy-synchronous-response-to-separate-asynchronous-mapping/qaa-p/533080#M108707</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;
  &lt;P&gt;I believe the best way is to create one synchronous scenario from system A to system B and in the response message mapping doing one look up to the system C to push the response. Now the type of look up can be RFC look up/jdbc look up/soap look up/REST look up as per system type C.&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;Apu&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 11:14:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/copy-synchronous-response-to-separate-asynchronous-mapping/qaa-p/533080#M108707</guid>
      <dc:creator>apu_das2</dc:creator>
      <dc:date>2018-01-12T11:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Copy synchronous response to separate asynchronous mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/copy-synchronous-response-to-separate-asynchronous-mapping/qaa-p/533081#M108708</link>
      <description>&lt;P&gt;You can also split it into two interfaces, instead of one. this can save the System A's waiting time. &lt;/P&gt;
  &lt;P&gt;System A to System B ====&amp;gt; sync scenario&lt;/P&gt;
  &lt;P&gt;and create one more async scenario &lt;/P&gt;
  &lt;P&gt;System A to System C =====&amp;gt; Async Scenario&lt;/P&gt;
  &lt;P&gt;In the sender proxy coding(A), once you get the response from system B, trigger 2nd asynchronous interface.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 12:30:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/copy-synchronous-response-to-separate-asynchronous-mapping/qaa-p/533081#M108708</guid>
      <dc:creator>Muniyappan</dc:creator>
      <dc:date>2018-01-12T12:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Copy synchronous response to separate asynchronous mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/copy-synchronous-response-to-separate-asynchronous-mapping/qaa-p/533082#M108709</link>
      <description>&lt;P&gt;look up is for sync interface,though here chris can make the RFC as sync and return some dummy message in the RFC.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 12:31:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/copy-synchronous-response-to-separate-asynchronous-mapping/qaa-p/533082#M108709</guid>
      <dc:creator>Muniyappan</dc:creator>
      <dc:date>2018-01-12T12:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Copy synchronous response to separate asynchronous mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/copy-synchronous-response-to-separate-asynchronous-mapping/qaa-p/533083#M108710</link>
      <description>&lt;P&gt;Thanks Muni&lt;/P&gt;
  &lt;P&gt;So is it possible to use the response data exactly as is when triggering the async call from system A to System C?&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;
  &lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 13:37:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/copy-synchronous-response-to-separate-asynchronous-mapping/qaa-p/533083#M108710</guid>
      <dc:creator>Cortex2k</dc:creator>
      <dc:date>2018-01-12T13:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Copy synchronous response to separate asynchronous mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/copy-synchronous-response-to-separate-asynchronous-mapping/qaa-p/533084#M108711</link>
      <description>&lt;P&gt;Thanks Apu&lt;/P&gt;
  &lt;P&gt;As Muni writes it would then require the lookup to return a dummy response as it is synchronous.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 13:39:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/copy-synchronous-response-to-separate-asynchronous-mapping/qaa-p/533084#M108711</guid>
      <dc:creator>Cortex2k</dc:creator>
      <dc:date>2018-01-12T13:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Copy synchronous response to separate asynchronous mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/copy-synchronous-response-to-separate-asynchronous-mapping/qaa-p/533085#M108712</link>
      <description>&lt;P&gt;Thanks for the responses so far.. It is very much appreciated that you take your time to help out. &lt;/P&gt;
  &lt;P&gt;But I am still wondering if there is any adapter modules to be used. Like for example when creating an async/sync bridge with the OneWayResponseBean. I would like a CopyPayloadAndRedirectToThisInterfaceAsync Module &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;
  &lt;P&gt;Cheers&lt;/P&gt;
  &lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 13:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/copy-synchronous-response-to-separate-asynchronous-mapping/qaa-p/533085#M108712</guid>
      <dc:creator>Cortex2k</dc:creator>
      <dc:date>2018-01-12T13:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Copy synchronous response to separate asynchronous mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/copy-synchronous-response-to-separate-asynchronous-mapping/qaa-p/533086#M108713</link>
      <description>&lt;P&gt;Yes. It is possible to do that. &lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 14:07:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/copy-synchronous-response-to-separate-asynchronous-mapping/qaa-p/533086#M108713</guid>
      <dc:creator>Muniyappan</dc:creator>
      <dc:date>2018-01-12T14:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Copy synchronous response to separate asynchronous mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/copy-synchronous-response-to-separate-asynchronous-mapping/qaa-p/533087#M108714</link>
      <description>&lt;P&gt;This will add additional failover points apart from connectivity issue. Like Supoose your first scenario is successful and you second scenario is failed. So data mismatch in system A and C.&lt;/P&gt;
  &lt;P&gt;If you handle that in the response message then if mapping will be successful means if system C will be updated then there are very less chances to fail updation of system A with the response as it is single sync scenario. Though there are chances of failure here as well but definitely failover points and pipeline steps will be less. &lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 16:55:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/copy-synchronous-response-to-separate-asynchronous-mapping/qaa-p/533087#M108714</guid>
      <dc:creator>apu_das2</dc:creator>
      <dc:date>2018-01-12T16:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Copy synchronous response to separate asynchronous mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/copy-synchronous-response-to-separate-asynchronous-mapping/qaa-p/533088#M108715</link>
      <description>&lt;P&gt;Hi Chris!&lt;/P&gt;
  &lt;P&gt;Maybe it worth trying to develop custom adapter module that creates a copy of response message and separately sends it to messaging system?&lt;/P&gt;
  &lt;P&gt;Regards, Evgeniy.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jan 2018 16:32:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/copy-synchronous-response-to-separate-asynchronous-mapping/qaa-p/533088#M108715</guid>
      <dc:creator>former_member190293</dc:creator>
      <dc:date>2018-01-14T16:32:40Z</dc:date>
    </item>
  </channel>
</rss>

