cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC status back

deva_gembali2
Participant
0 Kudos

Hi Friends,

Think the scenario like : GR IDOC ==> SOAP, STATUS IDOC <== GR IDOC both sides asynchronous. When i update the status back, IDOC status is updating properly like the xml sent or not . for that case i did one logic in receiver determination & interface determination. It is working fine as i followed some sceanrios. But how i am getting response back if it SOAP side asynchronous method. So it should be getting resposse from XI/PI. how ?

Deva

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos
So it should be getting resposse from XI/PI. how ?

if you need to update the status of the IDOC saying that XML message (SOAP) was sent or not then you can configure it in a BPM.

Receive (Async_IDOC) --> Transformation(if required) --> (:Block Step to catch any exception during send Send (Async_SOAP....with Transport Acknowledgement set ) --> Send (Async_IDOC)

/people/michal.krawczyk2/blog/2006/06/22/xi-playing-with-the-file-adapters-acknowledgments