Currently, we have an AX2012 R3 environment that uses a service that communicates with a web app. In the future, we are going to be hosting both AX on an Azure VM, and the web app on Azure as well. Is it necessary to host the service on the IIS? I assume so since it will need to be accessed from an external domain.
I have followed the below article https://technet.microsoft.com/en-us/library/gg731848.aspx and managed to host the service on IIS. On my local machine, I can access the environment without any problems. However, when I get to connect from a different machine, I get a server error in the browser. Additionally, I have also tried adding the WSDL as a service reference in visual studio, and I am promted for a username and password. Unfortunately, the credentials I provide are incorrect (and I have always used the same credentials), so I cannot add the reference.
Any ideas on how to solve this and a suggested way forward?
*This post is locked for comments
I have the same question (0)