On Fri, Feb 23, 2007 at 10:36:33AM +0000, Giles Velarde wrote: > I was wondering if any of you have been trying to auto-generate WSDLs > and web-services using wsgen and access them using Flash. Wsgen > separates the message parameters from WSDL file, and keeps them in a > separate XSD, but this doesn't seem to be supported right now. > > Does anyone know of any elegant-ish workarounds or whether support for > this kind of WSDL is likely to be added in near-future releases of Flash? > > I imagine there will be lots of people trying to use wsgen on new projects.
The AS3 wsdl2as tool I hacked on a while back *might* support inclusion of external schemas (as I recall, the WSDL lib I stole from Eclipse can handle that sort of thing): http://osflash.org/wsdl2as However, I wouldn't really bother trying to use it unless you fancy lots of hacking on the Java code. The xml-object-mapping stuff is really not baked yet :) So, how about writing an XSLT to pull the external XSD inline? dave -- http://david.holroyd.me.uk/ _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
