Web Service Software Factory Available on MSDN

If you're interested in building reliable, secure and efficient Web Services,  Microsoft's Patterns and Practices site just released the Web Service Software Factory that will be a great starting point for people building Web Services using ASP.NET.  The Web Service Software Factory includes documentation covering Service Oriented Architecture (SOA) fundamentals, message design, exception handling and migration to Windows Communication Framework (WCF).  It also includes "Guidance Packages" that provides VS.NET 2005 wizards and other tools to generate code that follows best practices.  If you're interested in practicing the process of building SOAs, several hands-on labs are also included.  Although WCF isn't covered in this release (other than planning for migrating to WCF), it is planned for the future.

Download the Web Service Software Factory documentation, code and tools at:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/servicefactory.asp

Published Friday, September 08, 2006 11:49 PM by dwahlin
Filed under: ,

Comments

# re: Web Service Software Factory Available on MSDN

Saturday, September 09, 2006 11:49 AM by John Mandia
Hi Dan, They recently released WCF Guidance package as well. http://www.gotdotnet.com/codegallery/news/newsitem.aspx?id=6fde9247-53a8-4879-853d-500cd2d97a83&newsId=55a3cdfa-ccf4-4424-a046-83e0a5fe23e4 John

# re: Web Service Software Factory Available on MSDN

Saturday, September 09, 2006 1:41 PM by Jeffrey McManus
SOAP only, ick. What does this let you do that writing an .asmx didn't let you do before?

# re: Web Service Software Factory Available on MSDN

Saturday, September 09, 2006 10:57 PM by Vikram
hmmm. I always like thse startter points to build upon.