Forum Discussion

giriraj's avatar
giriraj
New Contributor
10 years ago

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?

4 Replies

  • nmrao's avatar
    nmrao
    Community Hero
    Have you checked with the service provider or with your team if it is internally developed? My guess is that it is something to do with the application than soapui?