Reputation: 350
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.
Upvotes: 0
Views: 1785
Reputation: 579
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
Upvotes: 2