I have created a AIF- document service in AX 2009. I am doing a picking list registration update in AX. I have my code in try and catch in AX.
MY ISSUE:
when I test the service in AX through a test job, I can able to catch the exception in the catch code. But, when I consume the service through C#, I can't able to catch the exception. In other words, the code is not coming to the catch part.
I don't know why I can't catch exception when I am consuming the service.
Any suggestions would be helpful..
Thanks in Advance!