I am a little confused about MTOM and xfire. We need to allow rather large file uploads with our next version of xfire based Web Services. If I enable MTOM through services.xml or the @EnableMTOM annotation does that require every service method to be xop/xml or only the one method that has a byte [] parameter? Also will I have interop issues when consumers are using .NET based clients? I looked at the example and saw how to enable the java client to chunk up the file to be sent and also how to enable MTOM but how would a .NET client handle this?
-- Dave Kallstrom
