Hello, I came across some info (after unsuccessfully trying myself)
stating that it is not possible to make SOAP calls with attachments in
Flex because:

The problem with the Flex file upload using FileReference is that it
does not provide support for sending SOAP attachments.

   1. Headers cannot be added (therefore we cannot specify SOAPAction)
   2. Content-Type is fixed as multipart/Form-Data which may not work
with our webservice
   3. It doesn't allow you to arrange/ specify in what order the
multiparts appear in, or if you want the generated blocks to appear at all
   4. Doesn't seem to pick up the entire file as binary output when
monitoring the outgoing request using TCP/IP monitor.


Is this true? What is the best solution for an app that requires a
file be uploaded and its contents returned to the Flash player?

Thanks,
Ben






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to