Skip to content Skip to sidebar Skip to footer

How To Create Webservices From Magento For Mobile App Android

The eCommerce site was developed using Magento. So, we need mobile app for that website. We need to access the web services generated from Magento to access data in mobile.

Solution 1:

First of all you have to go Magento admin panel then you have to create user for Magento API. FOR creating user in Magento just goto

System->Web Services->SOAP/XML-RPC-Users

then set the roles for user from

System->Web Services->SOAP/XML-RPC-Roles

Now you can use Magento webservice. You can see how to use webservice from this link.

http://www.magentocommerce.com/api/soap/introduction.html

Post a Comment for "How To Create Webservices From Magento For Mobile App Android"