Hello everyone.
In my organization we have a codeunit that handles electronic billing in Mexico. This codeUnit was provided by our consultant who performed the NAV implementation.
My problem happens when I try to call this codeunit from C# code where it throws me the following error:
Microsoft Dynamics NAV Business Web Services
tried to issue a client callback to create a DotNet object:
dllName.Class (CodeUnit 50204 ConsultantCodeUnit).
Client callbacks are not supported in Microsoft Dynamics NAV Business Web Services.
I debugged the call in the development environment and the error comes when a DotNet variable in the codeunit is initialized. From the cliente application the codeunit works well, The problem comes only when I call the code unit from a webservice in c #.
What can be the error?
Note: I do not have access to modify the .dll
*This post is locked for comments
I have the same question (0)