IONIC | SOAP based web-service | exception: 'Access-Control-Allow-Origin' missing

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?

Very common topic, search the forum

1 Like

Sorry to say that, but this is a non resolved question with many solutions, its not resolved in any post and this is 2 years ago.

any update ? i have the same problem