I don't know of anything. I would be inclined to read in the WSDL as a text string and then parse that rather than use the built in web service functions. If you have already done it in PHP, then it should be relatively easy.
Steve --- In [email protected], Everson Alves <jho...@...> wrote: > > There's a tool written in Java called soapUI that does exactly what I'm > trying to do. I don't want to generate lots of classes that abstracts the > web service from wsdl, I want the generation of raw xml request. I tried > google, reading the documentation, testing as3 webservices api with no luck. > Anybody knows if there is any lib that I can use to generate this sample XML > request in actionscript? > > On Thu, Jun 11, 2009 at 6:21 PM, Everson Alves > <jho...@...>wrote: > > > Hello, > > Does anyone knows if it's possible to generate a sample XML request for a > > given WSDL. Or more generally, generate sample xml from a schema. > > > > I'm trying to build a webservice testing tool. I've done that using PHP, > > but I'm interested in doing it all in actionscript if it's possible. > > -- > > Jhonny Everson > > > > > > -- > Jhonny Everson >

