Hi,
I'm developing a potable aplication for my Dynamics Nav 2013 R2 Enviroment. I create a SOAP Web-Service and i'm consuming it in JavaScript by an ajax request.
My problem is, if i use IE it works fine, when i use other browser i got this problem "No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access. "
I read about cross domain problem but in NAV i cant control the response, so i cant solve de request / response header problem.
My first idea is creating another C# web service that conect, recevice infrmation and send it back to JavaScript, but i would like to solve this problem in other way.
Thanks for any help.
*This post is locked for comments