cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP------>PROXY--ASYNCHRONUS communication

Former Member
0 Kudos

iam working on SOAP-> Proxy (asynchronus) scenario, my requirement is send change master data from client system to SAP via PI, once the data is updated in SAP, need to sendback the status/eror messages , here the iam using the same XML structure for input and output,

can you please explain in details, what are steps need in developed in design and configuration.

Thanks for your time

Regards

neeru

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Neeru,

Using the message ID and the CL_PROXY_ACCESS=>GET_ACKNOWLEDGMENT( [Message ID] ) method you can get and evaluate the acknowledgment object.

Using the acknowledgment object you can query whether acknowledgments were received.