In Magento, im trying to setup a route / controller that will receive XML POST data, process it, and return a response.
My route is setup properly, and my Index Controller is setup with an indexAction(). However, using Postman, when I try and POST XML data to the route, Mage::app()->getRequest()->getPost() returns empty. I've also tried $this->getRequest()->getParams() as well with the same results.
Is there something I'm missing?
No comments:
Post a Comment