Hi all,
I need to delete all attachments with specific type from SOAP message. Therefore I used the standard module AF_Modules/PayloadDeleteBean . The problem with this module is that it deletes first attachment which is found and then it ends uo with the processing. I need to delete not only the first but all attachments from the message.
I found the jar file with the PayloadDeleteModule and have decompiled it. The problem is that when I create adapter module with the same code as the standard module has(it is the exact copy of the PayloadDeleteModule) and deploy it to the engine, it has different behavior than the standard module has. My copied module is not able to get an instance of com.sap.aii.messaging.mo.Message even if the standard module gets it.
Do you know if there is a difference between the standard modules and the customer ones?
Thank you for help.
Best regards,
Jozef