Quantcast
Channel: Microsoft Dynamics NAV
Viewing all articles
Browse latest Browse all 64865

Forum Post: RE: How NAV 2013 send a Push Notification to Mobile Phone

$
0
0

Hi,

After reading the Microsoft MPNS, below is the example of using Asp.net to send PushNotification :

HttpWebRequest sendNotificationRequest = (HttpWebRequest)WebRequest.Create(subscriptionUri);        

sendNotificationRequest.Method = "POST";

Where subscriptionUri is for connecting to Microsoft MPNS.

I want to know the following for NAV Web service:

1) How to trigger WebService when an event is occurring such as completing a Purchase order ?

Example: when user completes a purchase order it trigger an event which will invoke to a web service

Thanks


Viewing all articles
Browse latest Browse all 64865

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>