Probably some knowledge gaps or information but I'm not exactly sure what this file should look like or be? I google search and found some files but not sure if that can be just used. Is there a more formal place that I'm supposed to look for to use? Here's a random one I found from a google search.
https://github.com/lafar6502/nginn-exchange/blob/master/ExchangeIntegration.Service/EWS/NotificationService.wsdl.
This is meant for the example #5 setting up push notification listener. And can the URL:"http://" + require("os").hostname() + ":" + serviceOptions.port + serviceOptions.path part be another route we choose?
Probably some knowledge gaps or information but I'm not exactly sure what this file should look like or be? I google search and found some files but not sure if that can be just used. Is there a more formal place that I'm supposed to look for to use? Here's a random one I found from a google search. https://github.com/lafar6502/nginn-exchange/blob/master/ExchangeIntegration.Service/EWS/NotificationService.wsdl. This is meant for the
example #5 setting up push notification listener
. And can theURL:"http://" + require("os").hostname() + ":" + serviceOptions.port + serviceOptions.path
part be another route we choose?