Hi all,
I am trying to call AX payment journal web service(passing the XML) from a .NET application and getting the following error:
Function ExchRateHelper.getExchRate must be called with a valid currency code
Does anybody have any idea regarding this error message?
Thanks in advance.
HI Vinay Singh,
The error occurs because the currency code which you passing is not exists in the AX,so it is showing that error…Check that the currecny code which you passing is whether exists in AX or not…
Naresh Kolli
Thanks for the reply.
I am passing ‘USD’ which exists in the standard demo data.Still I am getting this error.