cancel
Showing results for 
Search instead for 
Did you mean: 

How to Handle response payload in custom adapter module for syn. scenario

0 Kudos

Hi Everyone,

My scenario is JDBC<->SOAP(synchronous). It is an old scenario and running fine.

Now there is a change in Web service side. To accommodate the change, PI need to send the credentials in the SOAP header. I am not suppose to edit the existing mapping. So to send the credentials in SOAP header, I need to add the SOAP envelope to the request in custom adapter module. I have no issue until here.

Since I am enabling - Do not use SOAP envelope, The response also will come with SOAP envelope, which I have to remove in the custom adapter module. I couldn't get any blogs related to how to handle response payload in custom adapter module.

Could you please share any idea/like for the same?

Accepted Solutions (1)

Accepted Solutions (1)

former_member190293
Active Contributor
0 Kudos

Hi Sathish!

And what happens if you place your module next to standard module in receiver adapter? Maybe you'll need to use "passThrough" parameter for standard module as well.

Regards, Evgeniy.

P.S. Why not to add additional mapping to your operation mapping to add SOAP envelope?

Answers (0)