RE: SOAP-Attachment question -> handling large attachment?

Not to contradict what John said about SOAP with attachment, just for
the fun of it you might also want to have a look at DIME

	http://www.gotdotnet.com/team/xml_wsspecs/dime/default.htm

Henrik

>Specifically, we suggest about two ways:
>1. Adding a http-like Content-Disposition header to each body 
>part, which will have sth like:
>
>--MIME_boundary
>Content-Type: image/tiff
>Content-Transfer-Encoding: base64
>Content-ID: <claim061400a.tiff@claiming-it.com>
>Content-Disposition: attachment-data; name="attachment1"; 
>filename="foo.tif""
>
>so we know we can persist the following data to a file anyway 
>no matter the size;
>
>2. Or adding a Content-Length or Attachment-Length header for 
>each body part

Received on Tuesday, 9 October 2001 19:16:14 UTC