I need to attach a tiff file to the soap message but don't know how to implement it. Can someone please let me know how to do it if you have done it before.
Thanks.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35240
7
posted
0
You could load the bytes that make up the image into memory, turn it into ASCII by base-64 encoding, and send the whole as a string. Or, send it as a MIME attachment.