binary data passed in a xml is encoded in base64 but i dont think thats your problem. If it is, then you need to convert it back to binary.I dont know c#, but i did find this..Syste.Convert.ToBase64String(toEncodeAsBtytes)System.Convert.FromBase64String(encodedData)I think your problem is that you ...