Hello,
I am trying to create a customer, the code was working fine. I am facing an issue, AX 2012 is not writing anything in the Exception logs, but now i am getting this generic exception for VS
ystem.ServiceModel.FaultException was caught
HResult=-2146233087
Message=Exception of type ‘Microsoft.Dynamics.Ax.Xpp.InvalidRemoteCallException’ was thrown.
Source=mscorlib
StackTrace:
Server stack trace:
at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at WebApplication1.CustomerService.CustomerService.create(CustomerServiceCreateRequest request)
at WebApplication1.CustomerService.CustomerServiceClient.WebApplication1.CustomerService.CustomerService.create
Does anyone have an idea?