Soap with attachments in dot.net3.5

How can I post attachments with soap in C # .net3.5? I am new to .net, and I read somewhere that the framework does not handle SWA, all this is done through WCF services. Does anyone have sample code for publishing SOAP with attachments? Thanx.

+3
source share
1 answer

WCF has a codeplex project to support SWA .

Btw. this is the first link in google if you are just looking for WCF SWA !!!

+1
source

All Articles