I'm making a Flash application right now that is so far built entirely using ActionScript 3 (in Flash Builder) and (a little bit) in Flash Professional.
I need to use Web Services to handle certain things in the application, but there is no AS3 library for Web Services. There is, however, a Flex library for handling Web Services requests (mx.rpc.soap.mxml.WebService).
I'd like to know if it's possible to import this library into my AS3 code and use it in my Flash project. My project is not a Flex project, and I'm trying to avoid using Flex because I'm developing for the iPhone (using Packager for iPhone), and Flex is (generally) too resource intensive.
Thanks in advance!