How to create webservices from Magento for mobile

2019-09-18 18:54发布

问题:

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.

回答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