I read the archives of this list, but I can't find a good answer for this - sorry if it's a FAQ.
I'm trying to access the Amazon S3 webservice via SOAP from Flex, but I believe the S3 WSDL complex types are too much for Flex's built in soap support (I get the BadElement problem).. so instead I'm rolling my own SOAP requests over URLRequest (similar to the example at http://www.zeuslabs.us/archives/84/search-google-in-flex-2/) All is good, except that I can't look at SOAP faults since they come back as http status 500 and URLRequest/loader/HTTPService don't provide the body of the SOAP response. I read some conflicting answers on this list that said it was possible with 'modern browsers' but I can't see anything. Can anyone suggest a way to do this *without* FDS as a proxy, or changing the webservice. Thanks, JG PS: I would have preferred to use the REST apis, but again Flex RPC weaknesses stop this - HTTPService and URLRequest only support GET and POST (unless you use FDS, which I am not using because of the cost and throttling problems). If anyone knows a way around that problem that would be even better. -- 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/

