I am very new in NAV Web Service. Recently, I am working on a project that required to use WinRT (Win8 App) to consume Ms Dynamics Navision Web Service.
I had added the Web service in Service reference and Consume the NAV WebService in WiFi environment. It seems it take a while to login and get TimeOut message in the Client-side.
1) is timeOut set in Ms NAV ?
2) What are the common causes in timeout ?
3) I cannot tell if network traffic is heavy or not but I got timeout message in WinRT.
4) If there is timeout( Is time out come from Client-side or server-side)
how can I :
a) Increase the timeOut period
b) capture timeOut message Http Code and reconnect
What will be the Http code for timeout and how can I capture and reconnect one more time before taking other actions?
your help is greatly appreciated.