Is it better to try to contain all web service methods in one interface and therefore have one wsdl or is it better to separate different functionality into different interfaces each of which would have there own endpoint? The reason I ask is that I need to allow clients to upload large files and I would like to enable MTOM but I only want to enable it for one web service method. So therefore it seems to me at least that I need expose this method in a separate interface. Or am I missing something?
-- Dave Kallstrom
