I think you might be looking for the *mx.services.WebService class instead of the WebServiceConnector class.

http://livedocs.macromedia.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flash_MX_2004&file=00002998.html

Kevin N.
*

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

Reply via email to