wsdl2as wsdl2as is a Java library and tool to generate ActionScript3 code implementing a client to webservice defined by a WSDL file. A {{{http://maven.badgers-in-foil.co.uk/maven2/sites/maven-wsdl2as-plugin}wsdl2as maven plugin}} exists to integrate this process into your Maven 2 build. WSDL Support wsdl2as supports WSDL 1.1 definitions of document/literal SOAP services. {{{http://www-128.ibm.com/developerworks/webservices/library/ws-whichwsdl/#N1021F}Wrapped-style}} services are supported, and wsdl2as will unwrap parameters and response values when it recognises the 'wrapped' pattern. Project Status Some SOAP basics working, though the XML-Object mapping provided via {{{http://maven.badgers-in-foil.co.uk/sites/asxsd}asxsd}} still leaves a lot to be desired. Don't use this project in a production environment yet, unless you are willing to get your hands dirty fixing any problems you find in the code.