On Thu December 3 2009 6:59:26 am Alp Timurhan Çevik wrote:
> Hello,
> 
> I would like to include files within a web service. The only method I have
> come upon was sending data using MTOM. It seems nice, but I have questions
> about interoperability, especially dotnet etc.
> 
> If MTOM is not so interoperable, then I need an alternative to accept
> attachments. What is the best practice on this issue ?

MTOM is actually the MOST interopable of the various ways of accomplishing 
this (short of just base64 encoding the data in the soap message).    All the 
recent versions of .NET and other soap toolkits work fine with MTOM.


-- 
Daniel Kulp
dk...@apache.org
http://www.dankulp.com/blog

Reply via email to