hi there,
is anyone can help me with the result handler from flex. I have a
problem with i call .net webservice. The input parameter to .net
service is string and that ok with that but when .net web service
reponse is xmldocument so how can i handler at flex client side here
is my code:

.net webservice:

[webmethod]
public xmlDocument testing(string input) //string input in xml format
{
  xmlDocument buffer = new xmlDocument();
  buffer.load(input);
  return buffer;
}

thanks









------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to