> Oops, one more question:
> Why should one use DIME attachments with WSE2.0 at all? Couldn't you just
> send binary data "as usual", like as one-long-parameter of webmethod ?
Greg,
there no silly questions you know.
Here is one shameless plug:
Read my article on VSM - Implement a File Transfer Web Service
http://www.ftponline.com/vsm/2006_05/magazine/columns/gettingstarted/
Let me know if you have more questions.
Thanks,

Signature
Martin Kulov
http://www.codeattest.com/blogs/martin
MVP, MCT, MCSD, MCPD
GregBor - 24 Sep 2006 14:54 GMT
Thank you for a wonderful article.
I still have the question why are Input/OutputTrace.webinfo the same sizes
with or without MTOM?
Thanks in advance,
Grega
> > Oops, one more question:
> > Why should one use DIME attachments with WSE2.0 at all? Couldn't you just
[quoted text clipped - 12 lines]
>
> Thanks,
Martin Kulov [MVP] - 28 Sep 2006 02:10 GMT
> Thank you for a wonderful article.
> I still have the question why are Input/OutputTrace.webinfo the same sizes
> with or without MTOM?
May be your test data is too small and MTOM is never fired up. For small
chunks of data WSE uses base64 encoding.
Can you provide some input/outputtrace.webinfo files?
Thanks,

Signature
Martin Kulov
http://www.codeattest.com/blogs/martin
MVP, MCT, MCSD, MCPD