Call a 3rd Party Web Service's Function in NAV

navuser1navuser1 Member Posts: 1,329
edited 2015-07-22 in NAV Three Tier
Dear all,

How to call a function/method of a 3rd party Web Service within NAV 2013 R2 Application ?

Thanks!
Now or Never

Comments

  • vaprogvaprog Member Posts: 1,116
    Hi navuser1,

    Have you tried the Search the forum link above, or Google?

    Basically you have to program it using Dotnet objects. Many examples are available.
  • navuser1navuser1 Member Posts: 1,329
    I have got the solution on the same day (using DotNet Variable in Nav) but I'm looking for different one.
    Is there any ??
    Now or Never
  • vaprogvaprog Member Posts: 1,116
    Hi,

    Some recommend, implementing it in Visual Studio using it's proxy objects. Then access the resulting assembly from NAV. But I do not have any experience with this, at all.
  • navuser1navuser1 Member Posts: 1,329
    The main problem I have faced that if there any changes are made in the Web Service (example modifying/adding a function) on which the dll is made (using Class Library Project), I have to update the Web Reference every time & then create a new/fresh dll.
    After that I have to placed this new dll file in the Add-in folder again.
    Now or Never
Sign In or Register to comment.