Hello All,
I am working on a requirement and need your inputs to best design and implement it, here is the scenario.
SAP HANA ->SAP PI 7.4(Java Single Stack)-> Third Part Messaging System and vice versa.
Scenario: SAP will trigger email message (Email Id, Subject, Email Body) via outbound SAP proxy, which will come to SAP PI and will be send to3rd party messaging system using Rest adapter. Once SAP message is acknowledged for processing by 3rd party messaging system than it will return me unique message id for each of the email message in a field called location.
Please refer screenshot for the API below.
The following code is an example response from a successful message sendout.
view source print ?1
HTTP 1.1 202 Accepted
2
Location: http://api.whispir.com/messages/ABD435DBFCD663DEDEFF?apikey=<yourkey>
3
4
Your message has been accepted
for
processing.
This message id than needs to be used again to query the third party system for the status of each Email message (delivered, failed etc).
Please let me know if you need more details from my end.
Thanks/Ajay