Hi Experts
I have below requirement, Webservice <--- PI 7.1 ---> JDBC, Third party is sending web-service
1. The received message need to be archived in file system
2. Data need to be inserted into multiple tables
3. Synchronous successful response to the web-service (response should contain some header data along with success flag)
4. Synchronous fault response, if any failure at map or DB operations
I am using sender SOAP channel, is it possible to archive the message as soon as we receive it, as soon as successful insert, i am getting response flag as "1", how to add some key fields of the message in the response along with success flag.
Regards
Subba Rao