Recently I saw some postings in the BizTalk newsgroup asking how we can handle web service operation that returns a byte[]. Even though it’s a trivial task, you need to be aware of certain things. Below is my simple web service operation, which returns a byte[]. For simplicity, I just got this one ...
[More]