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
Post a Comment