Zend: Get data posted as xml from Iphone

abnalyemen

New Member
I am not much into Mobile/iPhone development. So how would i get a xml data from a mobile and how can i access the data?Is this how the xml data is sent from mobile?\[code\]data = "http://stackoverflow.com/questions/11500581/some xml data goes in here".\[/code\]So since its a post, i have to get the post as suggested by @drew010 in the comments:\[code\]$this->getRequest->getParam('data')\[/code\]So if this is correct, Is there anything that Zend library has to access the XML data. I looked at some of the questions here over Zend_XmlRpc library which i did not understand how to use in my context. Could any one suggest how its done or point me to some links?Thanks.
 
Top