cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous Calls

Former Member
0 Kudos

We are going to write an adapter module to edit some payload that is coming in to the SOAP adapter as SYNCRHONOUS call.

My issue is on the way back the (Sync Response) the tags that were taken out of the payload on the way in should be put back.

I assumed to do this we would then need two modules but it seems as though this is not the case. Please see below a quote from help.sap.

"If an adapter forwards a synchronous message to the Adapter Framework messaging service, the response message is sent back to the adapter along the same path, but in the opposite direction."

Taking the above quote into consideration would it then be safe to say that we then need only one module which in one instance would take some tags out and in the seecond instance would put the tags back in.

So we need to program the logic to handle both cases in one module?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Mendez,

Can you please tell us your exact requirements for the module. Are you writing the module for removing and adding the tags?

Regards,

---Satish

VijayKonam
Active Contributor
0 Kudos

Mendez,

It seems so. But one thing is, you might have to handle two different events in the module, so that the AE knows which code to execute when entering and returning.

VJ