Hello Community ,
We have deploy ax custom service with Identity 'ErpUser' on IIS where authentication mode is 'Windows' . We have two user ErpUser and ErpTest user available on AX 2012 which have been configured on Inbound port to access the Service.
When we are consuming the service in .Net Application as Credential of ErpUser , The Service is working fine but accessing the Service using ErpTest , the error is 'ax is unable to logon ' .
If I am changing the Identity on IIS to ErpTest User , the Service is running fine with ErpTest but ErpUser is not able to acess the Service.
Is it possible to configure the Service in such a way that both user can access the service with thier credentials.
Thanks