Publish Webservice with MTOM

2
Since Mx5.14 it is possible to call a webservice with binary elements encoded as MTOM. Is it possible to publish a webservice with MTOM and if not is this somewhere on the roadmap? We need this functionality because the service bus (on customer side) does not allow requests > 5MB but allow it by using MTOM.
asked
1 answers
1

Our published web services are SOAP only at the moment. Support for publishing REST web services is on our roadmap.

However you could create your own published MTOM web service in Java and expose it through a custom request handler

Alternatively you could look into alternative options like having the customer create an exemption for the Mendix application(s).

answered