[Mono-devel-list] Re: SOAP Attachment

Robert Jordan robertj at gmx.net
Wed Jun 1 11:39:21 EDT 2005


Florent,

> Lluis Sanchez a écrit :
> 
>> El dc 01 de 06 del 2005 a les 11:51 +0200, en/na Florent Guiliani va
>> escriure:
>>  
>>
>>> Hi all,
>>>
>>> I'm trying to deal with SOAP Attachment with mono 
>>> (http://www.w3.org/TR/SOAP-attachments).
>>> I can see some class (MimePart, MimePartCollection) but they have no 
>>> members.
>>>
>>> Is SOAP Attachment is supported with mono ?
>>>   
>>
>>
>> It's not.
>>  
>>
> So can I produce MIME message (multipart/form-data) to upload a file to 
> an HTTP server with POST method?

You can: System.Net.WebClient:UploadFile().

The method is somewhat limited, but if the server side is under
your control you might be able to use it as is.

Rob




More information about the Mono-devel-list mailing list