The whole process would be too long to explain. You need to have some basic knowledge of C# or any laguage that can consume the webservices and expose them as COM components. Once you have that it's easy to use that DLL in navision using the CREATE function...
Read about using Automation in navison. This explains how to use a COM component.
I`ve made my own litle SMS application in C# .NET. Made it as a COM dll and succesfully used the regsvr32 registrying the dll into Navision after several tries somehow.
Each time I tried I kept getting this:
dll was loaded but the entry point for DllRegisterServer was not found.
File Could not be registered.
On my computer I find the DLL as an automation and it works great even if I kept getting the message mentioned above. But on my colleagues computers I`m not able to register the dll, and can`t find it in Navision.
Comments
1. Consume the webservices in C#
2. Convert the C# code into a COM DLL
3. Use the COM DLL in navision code.
The whole process would be too long to explain. You need to have some basic knowledge of C# or any laguage that can consume the webservices and expose them as COM components. Once you have that it's easy to use that DLL in navision using the CREATE function...
Read about using Automation in navison. This explains how to use a COM component.
Each time I tried I kept getting this:
dll was loaded but the entry point for DllRegisterServer was not found.
File Could not be registered.
On my computer I find the DLL as an automation and it works great even if I kept getting the message mentioned above. But on my colleagues computers I`m not able to register the dll, and can`t find it in Navision.