I am using ESB 5.4.1. The Services gets the request attached. MTOM_request.txt.txt How can this request be handled correctly in integration perspective. I am not able to get the file content anyway All I get is an empty tag <fileContentBytes>
Hi
Maybe the value of
fileContentBytes causes the problem, have you tried to change it to a simple string (for example: "talend") and test? Or add a tLogRow after tESBRequestProvider to print the input request on the console to see if the input request is sent correctly.