MTOM support in BPEL is a problem
746978Apr 25 2011 — edited Feb 26 2020I have created a simple BPEL process which accepts a string and base64string. I enable oracle/wsmtom_policy in the composite xml and enabled MTOM encoding to true.
This enables MTOM for the BPEL process. I upload the composite into WebLogic. Now I create a web client proxy and it generates perfect.
I open a JPEG file and convert it into a Base64 byte steam in the client and send across the wire however I get an error from the BPEL process
javax.xml.ws.soap.SOAPFaultException: Non-MTOM message has been received when MTOM message was expected.
which is kind of weird as I made all the settings correctly. Any inputs would be appreciated.