Skip to Content
0
Former Member
Feb 27, 2009 at 10:44 AM

Synchronous-Asynchronous Interface with Java Proxy

64 Views

Hi Gurus!!

I have an Interface which begins on SAP with a call to an asynchronous ABAP Proxy . Xi sends the message to Java Proxy Server. This Java Proxy Server calls to a Java Proxy Client that sends the response to SAP through XI. This response is taken on SAP on ABAP Proxy Inbound.

These arquitechture is a requirement, because the time between the request and the response could be 30 minutes and the user shouldn't be waiting the response synchronously.

Is there any way to the user could manage the response in the same "thread" that he opened in the request?

I hope have been clear enough.

Thanks and regards,

Manuel Míguez.