[WCF] Sending file as soap attachment

  • Thread starter Thread starter GrzybSon
  • Start date Start date
G

GrzybSon

Hello,

I can tell that WCF is really powerfull technology - last i've done WCF
streaming service with compression enabled. It works stable and quick.
It was relativly easy because client and server was made in .NET, but in
cuurent project I have to test some interoperability between .NET and
delphi. I need to send files through WCF webservice using SWA (Soap with
attachments).

How to extend WCF to meet this requirement? Do you have some sample code?
 
Back
Top