<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Windows Azure Lessons Learned: CCH</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/benriga/Windows-Azure-Lessons-Learned-CCH/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/514384_100x75.jpg</url>
		<title>Channel 9 - Windows Azure Lessons Learned: CCH</title>
		<link></link>
	</image>
	<description>
In this episode of Lessons Learned we talk with Jones Pavan and Gurleen Randhawa of CCH about tax and accounting!&amp;nbsp; No wait stick around, that stuff can be exciting too.&amp;nbsp; Yes, really!&amp;nbsp;  
The good folks at 
CCH (a Wolters Kluwer company) have built an interesting service on Windows Azure.&amp;nbsp; The solution we discuss here is a

sales tax calculation service which they offer to other accounting firms.&amp;nbsp; This is an existing on-premises product that they are now moving to the cloud. 
The existing product was a stateless web service that was designed to live behind the firewall.&amp;nbsp; The service is meant to be called directly via a plug-in in an accounting firms ERP system (for example,

Dynamics AX).&amp;nbsp; To move that to the cloud CCH wrapped the web services in 
Windows Communication Foundation (WCF). 
They had been using another third party RAD development tool called 
CA Plex.&amp;nbsp; The Plex runtime was added to the project and copied out to the cloud.&amp;nbsp; One of the things they quickly learned is that the nature of the cloud app is to be stateless and that required special consideration when moving on-premises apps (for example
 the Plex tool was caching db connections behind the scenes). 
Anther important consideration was security.&amp;nbsp; They were not ready to move to ACS so for the initial release they used X.509 certs, ADFS&amp;nbsp;and message-based security to establish trust relationships with the server. 
BTW, the Windows Azure marketing folks have already published a case study on the CCH solution (available here). 
</description>
	<link></link>
	<language>en</language>
	<pubDate>Mon, 20 May 2013 08:31:58 GMT</pubDate>
	<lastBuildDate>Mon, 20 May 2013 08:31:58 GMT</lastBuildDate>
	<generator>Rev9</generator>
</channel>
</rss>