You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the JAXB2 marshaller, all SaajSoapMessages become MTOM enabled by default. This can be changed by setting the 'mtomEnabled' property of the Jaxb2Marshaller to 'false'. We really should set the default to false, since it's currently true.