This depends on what you really mean.
"XML" is a data format. AMF and HTTPService and SOAP are transport protocols. You can send XML formatted data via any protocol. One of the benefits of xml is it is a self-describing structure and you do not need design and build your own DTOs or be concerned about transport serilazation. Some of the other technologies help with this as well. Tracy ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of gjessup1 Sent: Tuesday, December 16, 2008 7:38 PM To: [email protected] Subject: [flexcoders] Re: Weborb to return XML data Why would you want to do this? I would adjust the graph to take an array collection or object as a datasource. I think you could hack it in your C# code to pass a xml object or array with xml in it. But To me it defeats the purpose of weborb. I would take the approach of changing the datasource of the chart. If you post or PM me some sample code, I'd be happy to help. -Greg --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "timgerr" <tgallag...@...> wrote: > > I have been working with weborb and I think it is great. I am working > on a graph that needs XML data that I have generated via php and > mysql. I was wondering of Weborb can return XML and if you have any > examples of this. > > Thanks for the, > timgerr >

