all groups > sql server notification services > february 2006 >
You're in the

sql server notification services

group:

Deliver Notification on Pocket PC



Deliver Notification on Pocket PC Vijay
2/17/2006 3:02:43 PM
sql server notification services: Currently I have Notification Service Application that deliver
notification through mail....using SMTP as delivery channel. Right now
I am using SQLServerTrigger as event provider for generating events.
Now I have few questions
1. How can we deliver notification on Pocket PC device which runs on
Company Wireless network.
2. As Web Service interact with Pocket PC device, How can we generate
notification through web service.
3. Where and how can we consume web service in notification service
application.
Re: Deliver Notification on Pocket PC kate
2/21/2006 3:04:16 PM
2 ways to do this

a) cheap and cheerful. send all your smtp to a known mailbox. write a
webservice that exposes the content of that mailbox that matches the
user credentials.

b)more flexible. use the file channel in NS to drop your notifications
as xml fragments to a filedrop. write your webservice to expose the
contents of the filedrop that match the user credentials.

kate
AddThis Social Bookmark Button