pulse00
12-30-2009, 08:16 PM
Hi there,
i'm trying to implement a simple client for Amazon S3 Buckets.
The soap wsdl resides at
http://s3.amazonaws.com/doc/2006-03-01/AmazonS3.wsdl
However, when i use the following WebService mxml code, i get an security error cause the flash player tries to load the crossdomain.xml from s3.amazonaws.com/crossdomain.xml, which does not exist:
<s:WebService wsdl="http://s3.amazonaws.com/doc/2006-03-01/AmazonS3.wsdl"/>
Anyone has a hint how this could be done, or is it simply not possible to
write a Soap Client for Amazon S3 in flex ?
thanks !
i'm trying to implement a simple client for Amazon S3 Buckets.
The soap wsdl resides at
http://s3.amazonaws.com/doc/2006-03-01/AmazonS3.wsdl
However, when i use the following WebService mxml code, i get an security error cause the flash player tries to load the crossdomain.xml from s3.amazonaws.com/crossdomain.xml, which does not exist:
<s:WebService wsdl="http://s3.amazonaws.com/doc/2006-03-01/AmazonS3.wsdl"/>
Anyone has a hint how this could be done, or is it simply not possible to
write a Soap Client for Amazon S3 in flex ?
thanks !