I've uploaded an early alpha version of wsdl2as. Find out more about it here:
http://osflash.org/wsdl2as Note that by default, the generated stubs require XML objects to be passed as arguments to SOAP methods, and will pass an XML object to onData() as a result of invoking the Call. If you would like to see the Value Objects that the type mapper creates, you can enable the '--mapping asxsd' command line option, but be aware that while XML->Object code is created, the Object->XML code is not, so that option isn't so useful yet. If anyone has the time to try running this against their WSDL and report back any errors or other feedback, that would be great! Note that: - This only for document/literal services - It will only do SOAP 1.1 - There are all sorts of limitations on what kinds of XMLSchema it will understand, though it can handle the basics Good luck! dave -- http://david.holroyd.me.uk/ _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
