cancel
Showing results for 
Search instead for 
Did you mean: 

Sending response back to NON-SAP system by calling another web service

Former Member
0 Kudos

Dear Experts,

We are developing SOAP to PI to ECC PROXY update process in SAP PI 7.0

We have a requirement from the client that they want a response from SAP PI (not from ECC) if the message is received in SAP PI or not. And they want that by calling specific web service (eg. PI_RequestStatus() ) which will send status of message in SAP PI back to the sender system.

We are aware that SOAP adapter at sender side sends an automatic response for the web service call, but the client wants the response in specific format.

Any leads on how we can achieve would be appreciated.

Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190293
Active Contributor
0 Kudos

Hi Ankit!

What kind of response does your sender SOAP service expects? And why do you need separate request to get the status?

You could use ccBPM Integration Process with sync-async bridge, which receives message from SOAP service, sends some kind of response to it (telling the service that message is received) and then sends message to ERP.

Or do you need anything else?

Regards, Evgeniy.

Former Member
0 Kudos

Sender SOAP service will send some unique ID for the update process and they want a response along with it, weather their request reached PI or NOT. if the message is failed in SAP PI the reason of the failure should go to sender system via webservice response.

can u check this thread raised by me.. u will have the exact requirement.

Thanks,

former_member190293
Active Contributor
0 Kudos

Hi Ankit!

So both of your systems are in Async mode?

Regards, Evgeniy.

Former Member
0 Kudos

Hi Evgeniy,

We don't mind sync or async communication. We are in development stage so open to both. Just need to fix the clients requirement.

Regards,

former_member207703
Active Participant
0 Kudos

Hi,

As Kolmakov already mentioned you, ccBPM is one option for this kind of requirement using Open S/A bridge.