We want to use MTOM, so we configure our servicemix CXF-BC/CXF-SE as such and things work great. Well, we also need HTTP/BASICAUTH. So instead of using CXF-BC we want to use the SERVICEMIX-HTTP, which will handle the HTTP/BASICAUTH for us. The plan is to use SERVICEMIX-HTTP component which will forward messages to CXF-SE. My question is will the SERVICEMIX-HTTP component facilitate the MTOM traffic the same as CXF-BC will? Is the HTTP component just a pass-thru that will not corrupt/modify the serialized MTOM into something else (e.g. base64.) This is important for us because if we MUST use CXF-BC for MTOM traffic then we will need to implement our own HTTP/BasicAuth at an interceptor level because CXF-BC doesn't provide that out of the box, correct? Thank you!
-- View this message in context: http://www.nabble.com/Can-i-use-servicemix-http-binding-handle-MTOM--tp26120220p26120220.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
