I\'m still new to Phonegap and I am working with the Android SDK for some days now. At least I wanted to do a XMLHttpRequest
to get data from my server.
I knew
Yes, people are correct the Same Origin Policy is needed only in webApps not hybrid phonegap apps.
You need to check you domain whitelist, just check it in the config.xml
in res
--> xml
folder.
For accessing xml web services you need to ensure your soap message is correctly formed. try to catch the exact error.