I am developing mobile application using IONIC framework and I want to access SOAP based web-service, i have found this TUTORIAL.
I am accessing publicly deployed soap based web-service. I have tested the mentioned SOAP based web-service in SOAP-UI and i am able to access the web-service, but when i am accessing the same web-service from ionic framework, it throws an exception:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://www.webservicex.net/globalweather.asmx?wsdl. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
Can anyone let me know whats the issue?