I need to send a file attachment along with a SOAP message. I've managed to generate a working client using the Connected Service with WCF feature in Visual Studio, but I can't find any way to include my binary file data. I can't seem to be able to modify the SOAP payload myself at all.
Is this possible and how do I go about it?