Hi all. I am going to implement a sync/async bridge in the following scenatio:
JMS -> XI -> PROXY -> R/3
My question is how to hold the sync connection in R/3 using the Proxy class. Should i make a call from my inbound proxy class to the outbound proxy class, when returning data?, and if so, how is the sync connection being hold?
Thanks
/Thomas