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
I have set mtomEnable=true in config.groovy but my uploaded data is alway dumped inline.
Is there something else that needs to be done to send via MTOM?
The text was updated successfully, but these errors were encountered:
Adding the bold line below to CxfClientGrailsPlugin.groovy fixes the problem:
proxyFactoryBindingId = client?.proxyFactoryBindingId ?: "" mtomEnabled = client?.mtomEnabled ?: false
secureSocketProtocol = client?.secureSocketProtocol ?: "" //should be one of the constants in CxfClientConstants, but doesn't have to be
I have set mtomEnable=true in config.groovy but my uploaded data is alway dumped inline.
Is there something else that needs to be done to send via MTOM?
The text was updated successfully, but these errors were encountered: