Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

MTOM support in BPEL is a problem

746978Apr 25 2011 — edited Feb 26 2020
I 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.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 28 2012
Added on Apr 25 2011
1 comment
392 views