Streaming MTOM on a WSE client?
July 18th, 2006After much poking around, I haven’t been able to figure out how to get a .NET WSE client to stream data via MTOM. The only option seems to be to submit byte[] arrays - which requires you to load the whole file in memory. This makes me think it isn’t possible. And this seems to provide some weird way to send large amounts of data. Is it that hard to have a stub generated that has a Stream in it? If you have any insights, please give me a shoutout - dan AT netzooid dot com.