<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Calling a .NET Assembly from Orchestration with Schema Types</title><link>http://blogs.msdn.com/darrenj/archive/2004/09/29/235719.aspx</link><description>There I was today pointing at a customer at a past blog entry on this topic – when I realized I’d never got around to posting it, Doh! Apologies for sitting on this for the last few months! I was running some BizTalk training earlier this year and got</description><dc:language>en-GB</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Calling a .NET Assembly from Orchestration with Schema Types</title><link>http://blogs.msdn.com/darrenj/archive/2004/09/29/235719.aspx#235741</link><pubDate>Thu, 30 Sep 2004 00:02:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:235741</guid><dc:creator>Erik Westermann</dc:creator><description>I use a slight variation of this technique for large messages: multi-part messages. You can still use XSD.exe to generate the classes and  then assign the class to a message part. </description></item><item><title>re: Calling a .NET Assembly from Orchestration with Schema Types</title><link>http://blogs.msdn.com/darrenj/archive/2004/09/29/235719.aspx#236785</link><pubDate>Sat, 02 Oct 2004 04:38:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:236785</guid><dc:creator>Phil</dc:creator><description>Cool Post!</description></item><item><title>Calling a .Net Component - Passing XML</title><link>http://blogs.msdn.com/darrenj/archive/2004/09/29/235719.aspx#238056</link><pubDate>Tue, 05 Oct 2004 17:19:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:238056</guid><dc:creator>Mike Holdorf's Blog</dc:creator><description /></item><item><title>XLANGPart.RetrieveAs()</title><link>http://blogs.msdn.com/darrenj/archive/2004/09/29/235719.aspx#243327</link><pubDate>Sat, 16 Oct 2004 18:17:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:243327</guid><dc:creator>Commonality</dc:creator><description>Darren Jefford posted last month an entry called &amp;amp;quot;Calling a .NET Assembly from Orchestration with Schema Types&amp;amp;quot; on his weblog,...</description></item><item><title>BizTalk 2004 Delayed Message Validation</title><link>http://blogs.msdn.com/darrenj/archive/2004/09/29/235719.aspx#245988</link><pubDate>Fri, 22 Oct 2004 01:10:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:245988</guid><dc:creator>Zen and the Art of Development</dc:creator><description /></item><item><title>BTS Diary 1 - The pain of an unparsed interchange</title><link>http://blogs.msdn.com/darrenj/archive/2004/09/29/235719.aspx#431029</link><pubDate>Tue, 21 Jun 2005 13:13:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:431029</guid><dc:creator>Santosh Benjamin</dc:creator><description>BTS Diary 1 - The pain of an unparsed interchange</description></item><item><title>re: Passing an XML instance to a Web Service Method via a BizTalk 2004 Orchestration Web Port -</title><link>http://blogs.msdn.com/darrenj/archive/2004/09/29/235719.aspx#555889</link><pubDate>Mon, 20 Mar 2006 23:34:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:555889</guid><dc:creator>Matt Meleski's .Net Blog - The ABC's of .NET</dc:creator><description /></item><item><title>re: Calling a .NET Assembly from Orchestration with Schema Types</title><link>http://blogs.msdn.com/darrenj/archive/2004/09/29/235719.aspx#1629957</link><pubDate>Fri, 09 Feb 2007 00:49:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1629957</guid><dc:creator>neubs007</dc:creator><description>&lt;p&gt;When I attempt this I get the following error when I try to compile:&lt;/p&gt;
&lt;p&gt;Cannot implicitly convert type 'object' to 'MyObjectFromXsdDotExe'.&lt;/p&gt;
&lt;p&gt;Has anyone else got this message and found a resolution? &amp;nbsp;I figured I could have the serialized object as the input parameter like I do on a webservice but that didn't work so I'm trying to implement something like this.&lt;/p&gt;
</description></item><item><title>Darren Jefford : Calling a .NET Assembly from Orchestration with Schema Types</title><link>http://blogs.msdn.com/darrenj/archive/2004/09/29/235719.aspx#2045512</link><pubDate>Sat, 07 Apr 2007 17:01:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2045512</guid><dc:creator>Joey Liang</dc:creator><description /></item><item><title>re: Calling a .NET Assembly from Orchestration with Schema Types</title><link>http://blogs.msdn.com/darrenj/archive/2004/09/29/235719.aspx#7936797</link><pubDate>Thu, 28 Feb 2008 21:39:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7936797</guid><dc:creator>thensley</dc:creator><description>&lt;p&gt;I'm just getting my feet wet with BizTalk and XML schemas, so maybe I just don't know what I'm doing yet.&lt;/p&gt;
&lt;p&gt;But the classes generated by XSD.EXE seem very primitive. &amp;nbsp;XSD.EXE may generate serializable classes, but it drops all of the element restrictions like &amp;quot;maxLength&amp;quot; and &amp;quot;pattern&amp;quot;. &amp;nbsp;It's also defining repeating elements as simple arrays, again ignoring restrictions like &amp;quot;maxOccurs&amp;quot; and &amp;quot;MinOccurs&amp;quot;. &amp;nbsp;Collections would have been a little nicer than arrays.&lt;/p&gt;
&lt;p&gt;Am I mis-using XSD.EXE, or is there a better tool for generating classes from schemas?&lt;/p&gt;
</description></item><item><title>xlangmessage retrieveas</title><link>http://blogs.msdn.com/darrenj/archive/2004/09/29/235719.aspx#8589578</link><pubDate>Tue, 10 Jun 2008 12:50:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8589578</guid><dc:creator>xlangmessage retrieveas</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://jacobblogroll.45x.com/xlangmessageretrieveas.html"&gt;http://jacobblogroll.45x.com/xlangmessageretrieveas.html&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Referencing schemas as c# classes? | keyongtech</title><link>http://blogs.msdn.com/darrenj/archive/2004/09/29/235719.aspx#9361221</link><pubDate>Thu, 22 Jan 2009 04:43:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9361221</guid><dc:creator>Referencing schemas as c# classes? | keyongtech</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.keyongtech.com/322323-referencing-schemas-as-c-classes"&gt;http://www.keyongtech.com/322323-referencing-schemas-as-c-classes&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>