RE: webClient plugins causes request timeout in dynamics side
Hi Leah
from what i have searched i saw the same WebClient should be working, I have not seen any reason why... I do not want to change the webclient set time out
so i did find the same error on this page: docs.microsoft.com/.../web-access-plugin
ill take a look at there examples a little more closely it looks like it was a good decision to go HttpClient route.
Invoking StatusChange
Calling pluginNotifcation Service, URI: "endpoint url"
Exception: System.Net.WebException: The operation has timed out
at System.Net.HttpWebRequest.GetResponse()
at pluginName.Plugin.BaseNotification.SendMessage(String uri, InboundMessage message)
at pluginName.Plugin.BaseNotification.Execute(IServiceProvider serviceProvider)"