PDA

View Full Version : C#: Sending large files with SOAP.


kalasp
03-24-2009, 01:08 PM
Hi, Im developing a C# application that uses IIS webservices via SOAP. I wonder if anyone knows how to send large files (non-XML) with SOAP(port 80) to the IIS server? Im sure there are several ways.

/Thank you in advance.