I have three tire enviroment where database, application and client is running in seperate physical system in seperate firewall zones.
I consume a webservice from a button click in NAV Sales Order.
Do i need to open the WebService URL and PORT at every client systems or if i just open the same in NAV Application Layer it would do?
Basicaly the question is if i consume a webservice, does the code get's executed in client or in NAV App server?
to add... in case of LS Retail POS Client... does the same happens?
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
So the trick is "OnClient"..(should have searched before asking)
Anyway...but just to reconfirm...assuming the automation instance has been created in SERVER I will not have to open the WebService URL and PORT at every client systems and if i just open the same in NAV Application Layer it will do.
Generally ports should be opened on the machine where the automation is created. (service tier or client according to the CREATE parameters).
Tommy
But does this rule apply for functions getting invoked from POS (LS Retail) client?