views:

22

answers:

1

Hi guys,

Im trying to build an authenticating api with rest and also post a large object. Im talking about posting number of items such as some information about a car and its owner and store the information at a db level. is rest the way to go with this or use soap ? and if so any ideas how i can post json objects ? Much appreciate it.

A: 

Thanks to Alex & ArneRie (refer to comments) using, Zend_Json::encode() Zend_Json::decode()

kuzyt