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.
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Using JAX-WS 2.2.5 client with JDK/JRE 1.5
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
First of all you have to go
Magento
admin panel then you have to create user for Magento API. FOR creating user inMagento
just gotoSystem->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