cancel
Showing results for 
Search instead for 
Did you mean: 

How to send the acknowledgement via mail adapter

Former Member
0 Kudos

Hi Experts,

I have a async scenario file to webservice here we are getting an acknowledgment from the webservice side.

My requirement is - to capture the acknowledgement (application ack) which is coming to PI and then send this acknowledgment to some user mail ID using the mail adapter.

here we are not using the proxies and the acknowlodgement is application ack (not transport ack) and we are avoiding the BPM.

Please help me in this regard.

Thanks

Sugata

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

> here we are not using the proxies and the acknowlodgement is application ack (not transport ack) and we are avoiding the BPM.

This is not possible without BPM.

There is no other way to create a real message from ack message.

sugata_bagchi2
Active Contributor
0 Kudos

Hi Stefan,

Thanks for quick reply.

can you please let me know if application ack can be handled by BPM or not? if it is possible thru BPM please provide me the guidelines for the same ( blog etc.).

I am here to capture the Application Acknowledgment that is coming into PI sxmb_moni from webservice

Thanks

Sugata

justin_santhanam
Active Contributor
0 Kudos

Sugata,

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

~Raj.

nabendu_sen
Active Contributor
0 Kudos

Hi Raj,

The link which you provided is with File adapter for Transport Ackn, not Application Ackn. I have also faced the same type of requirement before. It would be very helpful if you can provide some inputs for Async receiver Web Service (SOAP) with Application Ackn.