If you are getting Authentication Error on consuming web service reference in axapta like this "The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'Negotiate'. The remote server returned an error: (401) Unauthorized” Then you need to check application configuration file in service reference folder from application folder. You need to check <behaviors /> tag you can replace with following code. <behavior name="allowDelegation"> <clientCredentials> <windows allowedImpersonationLevel="Delegation" /> </clientCredentials> </behavior> Then you need to check security tag. Previous code <security mode="None"> <transport clientCredentialType="None" proxyCredentialType="None" realm="" /> <message clientCredentialType="UserName" algorithmSuite="Def...
Microsoft Dynamics Ax,AIF,Axapta, Enterprise portal,,Microsoft , United State,U.S., SharePoint , BI Tools, Performance Tuning, SSRS,Business Logic,Ax ERP Errors and solution,Dynamics 365 Errors Solution,Business software .