Re: [flexcoders] Help on how to create a object out of an XML

2005-10-11 Thread Clint Modien
I've done this before... Try this...   http://www.mail-archive.com/flexcoders@yahoogroups.com/msg09146.html On 10/11/05, gnaveenrajkumaar <[EMAIL PROTECTED]> wrote: hello there,i have created a webservice in asp.net that retrives data from a xml file and the output of the function is a xml docum

RE: [flexcoders] Help on how to create a object out of an XML

2005-10-11 Thread Tracy Spratt
@yahoogroups.com Subject: [flexcoders] Help on how to create a object out of an XML hello there, i have created a webservice in asp.net that retrives data from a xml file and the output of the function is a xml document file... i wanted to create an object out of this xml document i retrive and i am

[flexcoders] Help on how to create a object out of an XML

2005-10-11 Thread gnaveenrajkumaar
hello there, i have created a webservice in asp.net that retrives data from a xml file and the output of the function is a xml document file... i wanted to create an object out of this xml document i retrive and i am not able to do so. any body please advice on how to proceed below is my code