Hi All,
I have been going through couple of blogs on enabling MTOM on OSB and realized that all the examples explained only about enabling MTOM on SOAP based services.
I have a requirement to develop a RestFul OSB which accepts image as input, converts the image into base64 and inserts into DB BLOB column.
I went ahead and enabled my REST proxy with XOP/MTOM - Binary Data by Value. But how can I even test this? SOAP UI has MTOM enablement only for SOAP service. For REST, SOAPUI does not even show the option?
Can MTOM even be enabled on REST OSB service? If not, is there any other way to implement my requirement efficiently?
Thanks in advance!!!!!