Sending and receiving MTOM attachments in REST

1
Hello everyone, I would like to send an attachment from Mendix application as an MTOM document to another system using the REST service call and also want to receive the attachment back as an MTOM document from another system to the Mendix app. After doing some reason, I understand that it's possible to achieve it using a WebService call. Wondering if this can be done with REST call.   Thanks in advance, Pranay
asked
1 answers
0

Hi Pranay, 

I managed to send the MTOM request as a Soap through Java action using the code that I received on the forum (https://github.com/ra2085/apigee-mtom-soap/tree/master/callout/src/main/java/com/google/apigee). 

Of course a lot of things needs to be done so that the message is sent from Mendix (I mean on code modifications). 

Hope this will be helpful. 

Kind regards,
Aleksandar Alempic
 

answered