<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Harold Hoffman&#039;s BizTalk Blog</title>
	<atom:link href="http://hhoffman50.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://hhoffman50.wordpress.com</link>
	<description>BizTalk, EAI</description>
	<lastBuildDate>Tue, 31 May 2011 23:33:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hhoffman50.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Harold Hoffman&#039;s BizTalk Blog</title>
		<link>http://hhoffman50.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hhoffman50.wordpress.com/osd.xml" title="Harold Hoffman&#039;s BizTalk Blog" />
	<atom:link rel='hub' href='http://hhoffman50.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Formatting an XML String for a BizTalk Map</title>
		<link>http://hhoffman50.wordpress.com/2010/11/18/formatting-an-xml-string/</link>
		<comments>http://hhoffman50.wordpress.com/2010/11/18/formatting-an-xml-string/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 16:01:02 +0000</pubDate>
		<dc:creator>Harold Hoffman</dc:creator>
				<category><![CDATA[BizTalk]]></category>

		<guid isPermaLink="false">http://hhoffman50.wordpress.com/?p=128</guid>
		<description><![CDATA[I was calling a WCF service from an orchestration that returned an xml response as a string wrapped in a SOAP header envelope. I removed the SOAP header envelope with simple string manipulation and was left with an Xml response that I could then load into an XmlDocument type. The Xml message was then used [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hhoffman50.wordpress.com&amp;blog=5207666&amp;post=128&amp;subd=hhoffman50&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was calling a WCF service from an orchestration that returned an xml response as a string wrapped in a SOAP header envelope.</p>
<p>I removed the SOAP header envelope with simple string manipulation and was left with an Xml response that I could then load into an XmlDocument type.</p>
<p>The Xml message was then used as the source to a custom XSLT map which did not work properly even though in unit testing the map worked fine.</p>
<p>I removed carriage returns and line feeds from the original string but that did not help either.</p>
<p>Only after indenting the xml string (using System.Xml.Formatting.Indented) and then loading the string into an XmlDocument did the map finally work.</p>
<p>Hope this helps someone else with a similar issue.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hhoffman50.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hhoffman50.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hhoffman50.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hhoffman50.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hhoffman50.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hhoffman50.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hhoffman50.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hhoffman50.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hhoffman50.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hhoffman50.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hhoffman50.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hhoffman50.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hhoffman50.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hhoffman50.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hhoffman50.wordpress.com&amp;blog=5207666&amp;post=128&amp;subd=hhoffman50&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hhoffman50.wordpress.com/2010/11/18/formatting-an-xml-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ba93aae515f31832843e32fd6872386?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hhoffman50</media:title>
		</media:content>
	</item>
		<item>
		<title>Visio shapes for BizTalk Server</title>
		<link>http://hhoffman50.wordpress.com/2009/02/19/visio-shapes-for-biztalk-server/</link>
		<comments>http://hhoffman50.wordpress.com/2009/02/19/visio-shapes-for-biztalk-server/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 19:20:14 +0000</pubDate>
		<dc:creator>Harold Hoffman</dc:creator>
				<category><![CDATA[BizTalk]]></category>

		<guid isPermaLink="false">http://hhoffman50.wordpress.com/?p=94</guid>
		<description><![CDATA[I was tasked to create a visio diagram of all our BizTalk servers and related servers (SQL Server etc..) in their respective environments. (DEV, QA, Staging and Production) Figure 1 is an image of the visio diagram for the production environment. Figure 1. Figure 2 shows a BizTalk Server with IIS shape. Figure 2. Visio [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hhoffman50.wordpress.com&amp;blog=5207666&amp;post=94&amp;subd=hhoffman50&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was tasked to create a visio diagram of all our BizTalk servers and related servers (SQL Server etc..) in their respective environments. (DEV, QA, Staging and Production)</p>
<p>Figure 1 is an image of the visio diagram for the production environment.</p>
<div id="attachment_90" class="wp-caption alignnone" style="width: 509px"><img class="size-full wp-image-90" title="visioproduction" src="http://hhoffman50.files.wordpress.com/2009/02/visioproduction.png?w=499&#038;h=350" alt="Production" width="499" height="350" /><p class="wp-caption-text">Production</p></div>
<p style="text-align:center;">Figure 1.</p>
<p>Figure 2 shows a BizTalk Server with IIS shape.</p>
<p style="text-align:center;"><img class="size-full wp-image-109 aligncenter" title="biztalk_shape" src="http://hhoffman50.files.wordpress.com/2009/02/biztalk_shape.png?w=160&#038;h=85" alt="biztalk_shape" width="160" height="85" /></p>
<p style="text-align:center;">Figure 2.</p>
<p>Visio can retrieve the server data from a sharepoint list and link the data to the server shapes by a simple drag and drop process. You can manually refresh the data from the sharepoint site or schedule an automatic update.</p>
<p>I created 2 visio shapes, one for BizTalk Server and one for BizTalk Server with IIS, to more quickly convey the server landscape for each environment.</p>
<p>You can download these 2 shapes from <a href="http://csisol.com/Documents/BiztalkServer2006.vss" target="_self">here</a>. The download file is a .vss file but for some reason it appears as a .vsd file in the download dialog box. Just change it to .vss before saving it to your hard disk.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hhoffman50.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hhoffman50.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hhoffman50.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hhoffman50.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hhoffman50.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hhoffman50.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hhoffman50.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hhoffman50.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hhoffman50.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hhoffman50.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hhoffman50.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hhoffman50.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hhoffman50.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hhoffman50.wordpress.com/94/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hhoffman50.wordpress.com&amp;blog=5207666&amp;post=94&amp;subd=hhoffman50&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hhoffman50.wordpress.com/2009/02/19/visio-shapes-for-biztalk-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ba93aae515f31832843e32fd6872386?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hhoffman50</media:title>
		</media:content>

		<media:content url="http://hhoffman50.files.wordpress.com/2009/02/visioproduction.png" medium="image">
			<media:title type="html">visioproduction</media:title>
		</media:content>

		<media:content url="http://hhoffman50.files.wordpress.com/2009/02/biztalk_shape.png" medium="image">
			<media:title type="html">biztalk_shape</media:title>
		</media:content>
	</item>
		<item>
		<title>HAT deprecated in BizTalk Server 2009</title>
		<link>http://hhoffman50.wordpress.com/2008/12/11/hat-deprecated-in-biztalk-server-2009/</link>
		<comments>http://hhoffman50.wordpress.com/2008/12/11/hat-deprecated-in-biztalk-server-2009/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 16:51:25 +0000</pubDate>
		<dc:creator>Harold Hoffman</dc:creator>
				<category><![CDATA[BizTalk]]></category>

		<guid isPermaLink="false">http://hhoffman50.wordpress.com/?p=49</guid>
		<description><![CDATA[Now that the HAT has been deprecated in BizTalk Server 2009, the  BizTalk Server 2009 Administration Console replaces some of the HAT&#8217;s previous functionality. To retrieve the Most recent 100 service instances use the query shown in the sceen shot below (Search for Tracked Service Instances). The HAT is still used to to display the Message [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hhoffman50.wordpress.com&amp;blog=5207666&amp;post=49&amp;subd=hhoffman50&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Now that the HAT has been deprecated in BizTalk Server 2009, the  BizTalk Server 2009 Administration Console replaces some of the HAT&#8217;s previous functionality.</p>
<p>To retrieve the Most recent 100 service instances use the query shown in the sceen shot below (Search for Tracked Service Instances).</p>
<div id="attachment_88" class="wp-caption alignnone" style="width: 510px"><img class="size-full wp-image-88" title="most-recent-100-instances" src="http://hhoffman50.files.wordpress.com/2008/12/most-recent-100-instances.gif?w=500&#038;h=375" alt="Most Recent 100 Instances" width="500" height="375" /><p class="wp-caption-text">Most Recent 100 Instances</p></div>
<p>The HAT is still used to to display the Message Flow and Orchestration Debugger when right clicking on a service instance in the above screen shot.</p>
<p>You can still bring up the HAT at the command line  as shown below(replace the MgmtSvr and MgmtDb with the appropriate values).</p>
<p>&#8220;C:\Program Files\Microsoft BizTalk Server 2009\&#8221;BTSHatApp.exe btshat: MgmtSvr:CSI00SRV01 MgmtDb:BiztalkMgmtDb</p>
<div id="attachment_81" class="wp-caption alignnone" style="width: 510px"><img class="size-full wp-image-81" title="commandline" src="http://hhoffman50.files.wordpress.com/2008/12/commandline.gif?w=500&#038;h=247" alt="Command Line" width="500" height="247" /><p class="wp-caption-text">Command Line</p></div>
<p>But only the File and Help menus appear. The Reporting, Queries and Tools menu do not appear. Apparently, you can only invoke these functions from the Admin Console.</p>
<div id="attachment_86" class="wp-caption alignnone" style="width: 510px"><img class="size-full wp-image-86" title="hat" src="http://hhoffman50.files.wordpress.com/2008/12/hat.gif?w=500&#038;h=419" alt="HAT" width="500" height="419" /><p class="wp-caption-text">HAT</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hhoffman50.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hhoffman50.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hhoffman50.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hhoffman50.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hhoffman50.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hhoffman50.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hhoffman50.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hhoffman50.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hhoffman50.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hhoffman50.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hhoffman50.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hhoffman50.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hhoffman50.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hhoffman50.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hhoffman50.wordpress.com&amp;blog=5207666&amp;post=49&amp;subd=hhoffman50&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hhoffman50.wordpress.com/2008/12/11/hat-deprecated-in-biztalk-server-2009/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ba93aae515f31832843e32fd6872386?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hhoffman50</media:title>
		</media:content>

		<media:content url="http://hhoffman50.files.wordpress.com/2008/12/most-recent-100-instances.gif" medium="image">
			<media:title type="html">most-recent-100-instances</media:title>
		</media:content>

		<media:content url="http://hhoffman50.files.wordpress.com/2008/12/commandline.gif" medium="image">
			<media:title type="html">commandline</media:title>
		</media:content>

		<media:content url="http://hhoffman50.files.wordpress.com/2008/12/hat.gif" medium="image">
			<media:title type="html">hat</media:title>
		</media:content>
	</item>
		<item>
		<title>Orchestration consuming a web service with 1 way and 2 way operations</title>
		<link>http://hhoffman50.wordpress.com/2008/10/24/orchestration-consuming-a-web-service-with-1-way-and-2-way-operations/</link>
		<comments>http://hhoffman50.wordpress.com/2008/10/24/orchestration-consuming-a-web-service-with-1-way-and-2-way-operations/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 14:21:31 +0000</pubDate>
		<dc:creator>Harold Hoffman</dc:creator>
				<category><![CDATA[BizTalk]]></category>

		<guid isPermaLink="false">http://hhoffman50.wordpress.com/?p=41</guid>
		<description><![CDATA[I had the following problem the other day where an orchestration was consuming a web service that had multiple operations. Most of the operations were two way but one operation was one way. When we tried to bind a one way send port to the orchestration it did not show up in the drop down [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hhoffman50.wordpress.com&amp;blog=5207666&amp;post=41&amp;subd=hhoffman50&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had the following problem the other day where an orchestration was consuming a web service that had multiple operations. Most of the operations were two way but one operation was one way.</p>
<p>When we tried to bind a one way send port to the orchestration it did not show up in the drop down list of available send ports to bind to. Apparently Biztalk was expecting a two way port perhaps because the first operation was two way.</p>
<p>Anyway, I had to create a new wsdl that contained only the one way operation, set a web reference to that wsdl in the orchestration and then I could bind the one way send port to the orchestration.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hhoffman50.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hhoffman50.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hhoffman50.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hhoffman50.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hhoffman50.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hhoffman50.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hhoffman50.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hhoffman50.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hhoffman50.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hhoffman50.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hhoffman50.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hhoffman50.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hhoffman50.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hhoffman50.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hhoffman50.wordpress.com&amp;blog=5207666&amp;post=41&amp;subd=hhoffman50&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hhoffman50.wordpress.com/2008/10/24/orchestration-consuming-a-web-service-with-1-way-and-2-way-operations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ba93aae515f31832843e32fd6872386?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hhoffman50</media:title>
		</media:content>
	</item>
		<item>
		<title>Generating an Xml instance from BizTalk Schema</title>
		<link>http://hhoffman50.wordpress.com/2008/10/17/generate-an-xml-instance-of-a-biztalk-schema/</link>
		<comments>http://hhoffman50.wordpress.com/2008/10/17/generate-an-xml-instance-of-a-biztalk-schema/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 14:42:41 +0000</pubDate>
		<dc:creator>Harold Hoffman</dc:creator>
				<category><![CDATA[BizTalk]]></category>

		<guid isPermaLink="false">http://hhoffman50.wordpress.com/?p=13</guid>
		<description><![CDATA[I used the following code to generate an Xml instance from a BizTalk schema. The code supports both single and multiroot schemas. Download the code from here<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hhoffman50.wordpress.com&amp;blog=5207666&amp;post=13&amp;subd=hhoffman50&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I used the following code to generate an Xml instance from a BizTalk schema.</p>
<p>The code supports both single and multiroot schemas.</p>
<div id="attachment_14" class="wp-caption alignleft" style="width: 661px"><a href="http://hhoffman50.files.wordpress.com/2008/10/btschemas1.gif"><img class="size-full wp-image-14 " title="BTSchemas" src="http://hhoffman50.files.wordpress.com/2008/10/btschemas1.gif?w=651&#038;h=616" alt="BTSchemas" width="651" height="616" /></a><p class="wp-caption-text">BTSchemas</p></div>
<p>Download the code from <a href="http://csisol.com/Documents/BTSchemas.zip" target="_blank">here</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hhoffman50.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hhoffman50.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hhoffman50.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hhoffman50.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hhoffman50.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hhoffman50.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hhoffman50.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hhoffman50.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hhoffman50.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hhoffman50.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hhoffman50.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hhoffman50.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hhoffman50.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hhoffman50.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hhoffman50.wordpress.com&amp;blog=5207666&amp;post=13&amp;subd=hhoffman50&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hhoffman50.wordpress.com/2008/10/17/generate-an-xml-instance-of-a-biztalk-schema/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ba93aae515f31832843e32fd6872386?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hhoffman50</media:title>
		</media:content>

		<media:content url="http://hhoffman50.files.wordpress.com/2008/10/btschemas1.gif" medium="image">
			<media:title type="html">BTSchemas</media:title>
		</media:content>
	</item>
	</channel>
</rss>
