rest - Is it possible to use MTOM in reponse of CXF RESTful Web Service -


i'm using cxf 2.2.12 library web services.

is possible use mtom (message transmission optimization mechanism) in restful response?

would appreciate links docs/tutorials regarding this. thanx!

mtom specific soap argue incompatible restful architecture. however, http supports multi-part content naturally, can mtom in http directly.

if wanted use xop packaging multi-part content mtom does, isn't necessary.

mtom solving problem http solved.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -