--- Bruno Desthuilliers
<[EMAIL PROTECTED]>
wrote:

> Tobiah a écrit :
> > I want to do SOAP like calls from a device who's
> libraries
> > don't include SOAP.  I'm thinking of using simple
> HTTP posts,
> > but I'm going to want to send arrays and hashes.
> 
> Then I'd second Simon's suggestion to use JSON.
> 

I'll third it.

Another thing to look at may be YAML:

http://www.yaml.org/start.html
http://www.yaml.org/
http://www.yaml.org/discuss.html

There are implementations in Python, Ruby, Perl, Java,
Javascript, etc.:

http://www.yaml.org/download.html

One thing that YAML has strived for, and largely got
for free through fortunate coincidence, was
compatibility with JSON.




       
____________________________________________________________________________________Ready
 for the edge of your seat? 
Check out tonight's top picks on Yahoo! TV. 
http://tv.yahoo.com/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to