doubt its any use to you, but I ended up using their REST endpoints
rather than wsdl...

code is at home and can send over the weekend if you dont get a good
wsdl answer...

On 3/17/06, eric dolecki <[EMAIL PROTECTED]> wrote:
> Does anyone have sample code of doing a search for album art using the
> Amazon web service? You can leave your key out of it...
>
> import mx.data.components.WebServiceConnector;
>
> var res:Function = function (evt:Object) {
>    trace( evt.target.results );
> };
>
> var wsConn:WebServiceConnector = new WebServiceConnector();
> wsConn.addEventListener( "result", res );
> wsConn.WSDLURL = "
> http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl";;
>
> // params ...
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to