Dealing with base64 encoded documents in BizTalk

11 November 2008

I wrote a short article on a possible way to deal with base64 encoded documents in a incoming XML message. The solution works by redirecting a stream from and to file on the right moment. A sample (with source) is included.

You can find it here.

Hope you find this useful