cancel
Showing results for 
Search instead for 
Did you mean: 

how to send acknowldgent back to sender in SOAP-ASNYC scenario

Former Member
0 Kudos

Hi

I have an requirement, iam getting the changemaster data (single filed) from source system , i need to update it in SAP via PI,

iam using SOAP>PI---->SAP,

once updataion is done, i need to send back the status message, here i want to use soap-asuncronus interface, in that case how the acknowldgement (status or error) message will be handled?

please explain , how can i declare the data in ESR ( iam not getting any WSDL from client).

thanks in advance.

Regards

neeru

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

In order to get the response do i need to use SOAP-SYNCH scenario only? is it not possible with SOAP-ASYNC scenario.

please advice.

Thanks

Former Member
0 Kudos

SOAP-ASYNC scenario also possible, but you might have to use BPM. Reason here, you need to keep track for which message you are sending the ack.

Regards

Ramesh

Former Member
0 Kudos

Hello,

If you want send back the status or error message from the same interface then u have to go with SOAP-SYN.

or u want to send the status to the sender but u don't want to create SOAP-SYN then create another interface to send the status update(SAP -PI-receiver)

regarding error...create Alerts to send the message to the sender.

Regards,

Phani

Former Member
0 Kudos

Hi,

This blog might help you:

Regards

Ramesh