How to use Navision connect web service

mootoonmootoon Member Posts: 47
Hi, Expert How to use navision connect web service. I'm new one.
please tell me step by step .
AAA

Comments

  • gurleengurleen Member Posts: 39
    This is what I did,


    1. Consume the webservices in C#
    2. Convert the C# code into a COM DLL
    3. Use the COM DLL in navision code.
  • mootoonmootoon Member Posts: 47
    Can you show example
    AAA
  • gurleengurleen Member Posts: 39
    What do you want me to show you?

    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.
  • garakgarak Member Posts: 3,263
    What do you want to do:?:
    Do you make it right, it works too!
  • MrWhoMrWho Member Posts: 59
    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.
Sign In or Register to comment.