cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous scenario and putting requests and responses to file?

Former Member
0 Kudos

Hello All,

I need to create synchronous scenario, but beside normal request/response messages transfer I need also put both messages to files for some archiving reasons. How would you model such process?

TIA

Best Regards

Maciej

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181985
Active Contributor
0 Kudos

Hi,

May be you could write a generic adapter module and use it in receiver channel to write both request and responses into a PI local file system. You could use <message-id>_Request.xml and <message-id>_Response.xml as file names

BTW, what is your scenario flow

//BR,

Praveen Gujjeti