cancel
Showing results for 
Search instead for 
Did you mean: 

URGENT:Synchronous Proxy

Former Member
0 Kudos

Hi

What will be the design and configuration objects for the same i.e. do we have to use BPM in this case.

I am Able to receive the response asynchronously but not able to receive it synchronously as it is giving DUPLICATE_DETECTED.

Thanks

Abhishke Mahajan

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos
Former Member
0 Kudos

Can u please help me in also building designing configuration objects too i.e.

How many message interface will be created and message mapping and interface mapping

Abhishek Mahajan

nisarkhan_n
Active Contributor
0 Kudos

can u explain your interface requiremtn flow and type of data oneach side....

for the above case this can be 1 option:

message interface: type syncr (outbound and inbound)

message mapping : both request and response

interface mapping: 1

Former Member
0 Kudos

Hi

I need to update data in the table and which should return some value back through proxy.

Thanks

Abhishek Mahajan

former_member184619
Active Contributor
0 Kudos

Hi Abhishek,

For Synchronous Proxy

1. create a synchrous messge interface

2. Go To TCODE- Sproxy and generate the proxy.

3. calls the method EXECUTE_SYNCHRONOUS of the implementing class

Regards

Sachin

Former Member
0 Kudos

Hi Abhishek,

Your query is not clear. but still if you are looking to generate a synchronous proxy, create a synchrous messge interface and generate the proxy with the transaction sproxy.

if you are looking for something else, Please exlain

Raghu

Former Member
0 Kudos

I need to prepare synchronous scenario(Using Proxy) where XI sends a request to Core and a core returns some results to XI.

Thanks

Abhishek Mahajan