Hi
I am new to Navision. Can you please let me know the steps how I can call Navision webservice and its methods in .Net C# code and get the data. Please also let me know how to add reference of this web service to C# project. Thanks in advance.
Best regards,
Usha.
Hi Usha
you just go through the following link and do the steps as they mentioned.
http://msdn.microsoft.com/en-us/library/dd355036.aspx
still if you have any doubt reply me.
Kind Regards,
A.Loganathan.
Hi Usha,
Follow this link from where you can get a document to understand the webservice and you can easily implement.
http://cid-1c1c99d247edd270.office.live.com/self.aspx/Navision/Dynamics%20NAV%20web%20services.pdf
Hi All,
Thank you for your reply. I had gone through the links and got a basic understanding. I do would like to request you to suggest me regarding a requirement below.
Requirement:
I need to connect to Navision webservice and get the data. The data I get from it I need to insert into one table in SQL Server 2008. From Navision web service all the data I get is inserted into one table only in SQL Server 2008. This Sql server 2008 is used as database to one Web application.
So what is the approach I need to follow to insert data into SQL Server table? Is it by using SSIS packages? or by calling the Navision web service in .Net CSharp code and in the code write Csharp code to insert into SQ Server. Please suggest.
Thanks in advance.
Best regards,
Usha.