[flexcoders] string to xml -> datagrid

2005-04-20 Thread core_elements
Hi I don't know if this is possible. I have an soap-function that returns a string. The content of the string: 12 Of course this is just a string. Is it possible to convert the string to an xml object and then bind that object to a datagrid? I did found this : var x

[flexcoders] Re: NuSoap / Flex error

2005-04-19 Thread core_elements
hmm when I load this MXML, I first get the error Could not load the WSDL --- In flexcoders@yahoogroups.com, Matt Chotin <[EMAIL PROTECTED]> wrote: > Hmm, I'm not sure what your problem might be. I just ran this test and it > worked fine: > > > > http://www.macromedia.com/2003/mxml";> >

[flexcoders] Re: NuSoap / Flex error

2005-04-18 Thread core_elements
The wdsl file can be found here: http://www.leihitu.nl/soap/soap.php?wsdl --- In flexcoders@yahoogroups.com, Matt Chotin <[EMAIL PROTECTED]> wrote: > I'm not at all familiar with NuSoap. Can you post the whole WSDL? > > > > Matt > > > > _ > > From: flexcoders@yahoogroups.com

[flexcoders] NuSoap / Flex error

2005-04-17 Thread core_elements
Hi, I'm trying to do a Soap call. My specs : - WinXP - Apache/php (http://localhost) - Tomcat (http://localhost:8080) - NoSoap 0.6.9 installed on http://localhost - Flex 1.5 running on the Tomcat server Now I have an soap-script that also generates a WDSL document (hellowsdl.php) that runs o