ASKER
$url = 'http://www.webserver.com/FormGen.asmx/RunProcess?customerId=123&type=something'
$html = (New-Object net.webclient).DownloadString($url)
#Send-MailMessage -to yourself@gmail.com -Subject "test web service" -from yourself@gmail.com
-BodyAsHtml $html -SmtpServer smtp.mailserver.com
exit
ASKER
ASKER
The successor to Active Server Pages, ASP.NET websites utilize the .NET framework to produce dynamic, data and content-driven web applications and services. ASP.NET code can be written using any .NET supported language. As of 2009, ASP.NET can also apply the Model-View-Controller (MVC) pattern to web applications
TRUSTED BY
Following examples show auto refreshing the page but same technique can be used to refresh a list
http://forums.asp.net/p/1564306/3890239.aspx
http://geekswithblogs.net/willemf/archive/2005/10/30/58563.aspx
You can also use a timer
http://msdn.microsoft.com/en-us/library/system.web.ui.timer.aspx