Hi,
I am in search of best method for integrating Web to Navision 6. We are going to develop a website for an organization in which only the employees in that organization can login (eg., 100 users) and enter or modify the details like customer etc. I came to know the three methods.
Method 1: Integrating website directly to NAV using webservices.
Method 2: Integrating website directly to NAV using web services. When ever webservice connection is gone I will store that data in web sql server database later I will transfer the data through replication / integration services in sql server. Here which method is the best option to transfer the data replication or integration services? which one and why?
Method 3: Same as second method but in place of website we will include sharepoint service like WSS or MOSS. Inside the sharepoint can we show data in web parts or whole asp page? Wht is the advantage of using WSS / MOSS?
Which one is best and is there any other best methods?
Regards.
0
Comments
You need the proxy to handle the credentionals that Nav needs.
What is the drawback in those methods and which benifit I will get if I do through proxy
Regards.
If you are going to use ASP.NET to develop your website you can connect directly to Nav's webservices, but making a proxy let you connect from other environments pretty easy by soap/ajax.
Check out Freddys Blog:
http://blogs.msdn.com/freddyk/
einsTeIn.NET has a good point, you should learn about webservice security if you're gonna publish services from Nav.