I would like to know the best practice to consume SOAP-WebService for WinRT.
I have the following questions
1) Is there a default timeout In WinRT when consuming a webService ?
2) Is timeOut set by Ms IIS (Web Server ) for WebService (SOAP,WCF and restful web services). If it is, what will be the ideal timeOut ?
3) Consuming Ms Dynamics Navision Web Service in WinRT.
There is no timeOut set in Ms NAV but when network traffic is heavy, I got timeout message in WinRT. If there is timeout, how can I a) Increase the timeOut period b) capture timeOut message Http Code and reconnect
Thanks