Ask a Question related to ASP.NET Web Services, Design and Development.
-
Michael Fan #1
Is it possible for web service to send out random notifications to web service consumer?
I am a newbie for web servcie and want to write a web service which
monitors the certain field in the database. Once it exceeds the
certain value, web service will send out notification to web service
consumer who will take action on it.
Is it possible? If yes, how to implement? If possible, please provide
me the link.
Thanks lot.
Michael
Michael Fan Guest
-
Windows 2003 server web service consumer with interop cannot impersonate a specific user
Hello, I have a .Net class library that is a web service consumer. This .Net web service consumer DLL is instantiated by a VB6 ActiveX EXE... -
vb.net consumer from a JAXM web service - blank return values
You will want to go to Doc/Literal instead of RPC/Encoded for best interoperability, according to the recommendations of the WS-I. Just looking... -
Share Class Library between Service and Consumer
I want to share a class library between a web service and it's consumer (another web service). When I run the consumer I get a conversion error... -
Web Service Consumer Deployment Problem
Hi, I don't know if this is the best forum to post this to, but I hope somebody can point me in the right direction. I have a VB.NET application... -
How-to find IP address of a web service consumer?
We can find IP address from the regular web user via the Request.ServerVariables collection. How do we do the same for a web service? Thank you.... -
Raghu Raman #2
Re: Is it possible for web service to send out random notifications to web service consumer?
Hi
Michael Fan ,
I also new to web services and getting accustom to it.
U can write normal coding comparision with the DB dields and if that
violates u r condition ,u can return a message as a function return
type to the calling pgm.
Raghu
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Raghu Raman Guest
-
Michael Fan #3
Re: Is it possible for web service to send out random notifications to web service consumer?
Hi Raghu,
I posted the same question at
microsoft.public.dotnet.framework.webservices. They replyed very
useful info there. Hope it is helpful. Thanks,
Michael
Raghu Raman <raghuraman_ace@rediffmail.com> wrote in message news:<eVt9rYVaEHA.3664@TK2MSFTNGP12.phx.gbl>...> Hi
> Michael Fan ,
>
> I also new to web services and getting accustom to it.
>
> U can write normal coding comparision with the DB dields and if that
> violates u r condition ,u can return a message as a function return
> type to the calling pgm.
>
> Raghu
>
>
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!Michael Fan Guest



Reply With Quote

