Failed to process inline/MTOM attachments; java.lang.Exception: Missing message wrapper element
Hello,
I am using SoapUI 5.2.1 and I have configured outgoing and incoming WS-Security configurations(Message Encryption and Signature) in order to use WS-Security policy on the Web Service endpoint.
There is an attachment which I am sending as MTOM, I have set the 'Enable MTOM' to true. When I do not configure WS-Security via the Auth tab, the attachment is sent properly by SoapUI.
But if I enable Basic Authorization as depicted in the snapshot, I get following error in the SoapUI Log and the web service endpoint is not able to process the attachment:
Thu May 12 07:07:14 EDT 2016:WARN:Failed to process inline/MTOM attachments; java.lang.Exception: Missing message wrapper element [http://company.com/entity/Entity@EntityInstance.
Does anyone know if I need to set any specific properties/configurations?