RE: [flexcoders] Re: Weborb to return XML data

2008-12-17 Thread Tracy Spratt
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: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of gjessup1
Sent: Tuesday, December 16, 2008 7:38 PM
To: flexcoders@yahoogroups.com
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 flexcoders@yahoogroups.com 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


 



[flexcoders] Re: Weborb to return XML data

2008-12-17 Thread gjessup1
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 flexcoders@yahoogroups.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






[flexcoders] Re: Weborb to return XML data

2008-12-17 Thread valdhor
AFAIK Weborb sends and receives only via AMF.

Of course, why would you want to use Weborb to receive XML? Just use a
standard HTTPService call.

--- In flexcoders@yahoogroups.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