vote up 2 vote down star

Since CS3 doesn't have a web service component, as previous versions had, is there a good, feature-complete, AS3-only (no Flex dependencies) library for accessing web services with AS3?

flag

80% accept rate

2 Answers

vote up 2 vote down check

You may want to check out http://alducente.wordpress.com/2007/10/27/web-service-in-as3-release-10/

link|flag
More recent version (1.1) fixes a problem we had with XFire-generated services: labs.alducente.com/?page_id=11 – RickDT Oct 27 '08 at 18:31
vote up 0 vote down

What type of service are you trying to consume? URLLoader can handle soap requests (urlRequest.requestHeaders.push(new URLRequestHeader("Content-Type", "application/soap+xml"));) and NetConnection can handle most other stuff (AMF/Remoting).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.