Expand my Community achievements bar.

Push data into DataServices server from non Flex client

Avatar

Former Community Member
Hello,



I want to deploy a server using DataServices to make some
data records persistent and distribute them to other Flex clients.
The data will be updated from non Flex clients (C++ applications)
that can speak plain HTTP 1.0, 1.1 or SOAP 1.1 and SOAP 1.2.

I wonder if there is an example of how to push data into a
DataService server using a simple HTTP connection or SOAP message,
e.g. through curl. Once I have that, I could make my C++
applications talk the same protocol. I'd also need some hint on how
the data are to be serialized. I have a configurable data
serializer, XML would be great.



Any help on that issue would be very much appreciated!
0 Replies