Skip to content Skip to sidebar Skip to footer

How To Create Phonegap App Using Magento Soap Or Rest Api

I want to create an android app using phone gap using Magento soap /rest API. the basic problem I am facing is when I use rest API, I am not able to authenticate the soap user I

Solution 1:

You most likely need to whitelist your site domain in the Phonegap app.

http://docs.phonegap.com/en/2.4.0/guide_whitelist_index.md.html#Domain%20Whitelist%20Guide

Solution 2:

the answer is to create custom module and write own web Services instead of using soap and rest api.

Post a Comment for "How To Create Phonegap App Using Magento Soap Or Rest Api"