hi there ;
I have little enquiry. I wrote a code in Visual studio consuming AIF Customer Services this was in a test environment with AX dynamics 2012 FP . now I deploy my code In the client side where AX 2012 R2 is installed , and it giving me this error below. could be the error related to the version variance FP to R2
Server
stacktrace:
atSystem.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntimeoperation,ProxyRpc&rpc
)
atSystem.ServiceModel.Channels.ServiceChannel.Call(Stringaction,Booleanoneway,ProxyOperationRuntimeoperation,Object[]ins,Object[]outs,TimeSpantimeout
)
atSystem.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessagemethodCall,ProxyOperationRuntimeoperation
)
atSystem.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessagemessage
)
Exception
rethrownat[0]:
atIACAD.Common.AX.AXCustomer.CreateCustomer(StringcharityAXRef,StringaccountNum,Stringname,Stringprefix
)
atIACAD.Common.AX.AXCustomer.CreateCustomer(StringcharityAXRef,Donordonor
)
atIACAD.Common.AX.AXCustomer.GetOrCreate(StringcharityAXRef,Donordonor
)
atIACAD.Catalog.Repository.BasketCheckOut.CreateCashReceiptIntranet(StringcharityAXCode,GuiddonorId,List`1 transactionEntryLines,List`1 paymentTransactionAmounts,Int64paymentTransactionId,DecimaltotalPaidAmount
)
atIACAD.Catalog.Repository.BasketCheckOut.CheckOutIntranet(StringcreatedBy,Int32charityId,GuiddonorID,Nullable`1 mediator,List`1 paymentTransactionAmounts,StringemployeeDisplayName,Decimalamount,Stringexception
FileContext
)