Reputation: 8320
I read about push notification in Windows Phone 7. I could use this mechanism to receive notifications from a web service: obviously, the web service must be designed to send notifications.
BasicHttpBinding
web services?Upvotes: 0
Views: 192
Reputation: 65586
Regarding your first question about push notifications:
Your app will need to know about the web service you wish to receive messages from as you must pass it the channel Id to use to send messages to your app on that device. You don't need to know the "name" of it. You just need a Uri, which could, of course, just be an IP address and port number.
Upvotes: 1