<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.pluralsight.com/community/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>Jon Fancey&amp;#39;s Blog - All Comments</title><link>http://www.pluralsight.com/community/blogs/jfancey/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator><item><title>re: What if you like SOAP and don't like web references? - Redux</title><link>http://www.pluralsight.com/community/blogs/jfancey/archive/2007/06/07/47683.aspx#50283</link><pubDate>Wed, 20 Feb 2008 21:45:00 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:50283</guid><dc:creator>Mark Coleman</dc:creator><description>I have put the steps that worked for me more formally on my blog at  http://biztalk-dev.blogspot.com/2008/02/dynamic-soap-adapters.html&lt;br&gt;&lt;br&gt;Cheers&lt;img src="http://www.pluralsight.com/community/aggbug.aspx?PostID=50283" width="1" height="1"&gt;</description></item><item><title>re: What if you like SOAP and don't like web references? - Redux</title><link>http://www.pluralsight.com/community/blogs/jfancey/archive/2007/06/07/47683.aspx#50266</link><pubDate>Mon, 18 Feb 2008 14:19:00 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:50266</guid><dc:creator>Mark Coleman</dc:creator><description>Hi Jon,&lt;br&gt;Thanks for a great post. I finally managed to get a dynamic send to a SOAP web service working. For what it's worth here are my findings:&lt;br&gt;&lt;br&gt;1) I created a simple web service and then generated a proxy class using wsdl.exe. I then added the proxy to its own project and built this as a strong named assembly, deployed to the GAC.&lt;br&gt;&lt;br&gt;2) I didn't need to use a soap:// prefix on the URI. Simply setting the Microsoft.XLANGs.BaseTypes.TransportType property on the send port to &amp;quot;SOAP&amp;quot; did the job of directing the request to the SOAP adapter.&lt;br&gt;&lt;br&gt;3) The request would fail if I did not populate the SOAP.TypeName property. This should be set to the Namespace.Class of the proxy.&lt;br&gt;&lt;br&gt;4) The SOAP.AssemblyName property should be set to the Namespace.Class, Assembly, Version, Culture, PublicKeyToken. e.g.&lt;br&gt;msgSendRequest(SOAP.AssemblyName) = &amp;quot;BtsTest.CalcWebServiceProxy.CalcService,CalcWebServiceProxy, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b713f1108bae3109&amp;quot;;&lt;br&gt;&lt;br&gt;5) The Operation on the dynamic Send Port needs to use the same name as the WebMethod being called.&lt;br&gt;&lt;br&gt;6) The method signature of the WebMethod should be public XmlNode MyMethod(XmlNode Message)&lt;br&gt;&lt;br&gt;Hope this helps.&lt;br&gt;&lt;img src="http://www.pluralsight.com/community/aggbug.aspx?PostID=50266" width="1" height="1"&gt;</description></item><item><title>re: What if you like SOAP and don't like web references? - Redux</title><link>http://www.pluralsight.com/community/blogs/jfancey/archive/2007/06/07/47683.aspx#49300</link><pubDate>Tue, 27 Nov 2007 13:49:00 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:49300</guid><dc:creator>Scott</dc:creator><description>If you step through your code you will see that the solution does indeed call the underlying web service.&lt;br&gt;&lt;br&gt;I think the NullReferenceException happens becasue the ServiceProxy thinks the web service call is one way; therefore, it always returns null.&lt;br&gt;&lt;br&gt;The only hurdle to getting this working is to somehow get the ServiceProxy to make the call request response instead of one way. &lt;br&gt;&lt;br&gt;I have no clue how to do that - I checked and tried all kinds of things and always get the same result.&lt;br&gt;&lt;br&gt;&lt;img src="http://www.pluralsight.com/community/aggbug.aspx?PostID=49300" width="1" height="1"&gt;</description></item><item><title>re: What if you like SOAP and don't like web references? - Redux</title><link>http://www.pluralsight.com/community/blogs/jfancey/archive/2007/06/07/47683.aspx#48938</link><pubDate>Mon, 05 Nov 2007 08:28:00 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:48938</guid><dc:creator>Vadim </dc:creator><description>I have the same problem like Iztok Koban: &lt;br&gt;&lt;br&gt;I am trying out your solution and got a 'NullReferenceException: Object reference not set to an instance of an object' because the methode SoapHttpClientProtocol.ReadResponse in the ServiceProxy returns a one object array which is null. Any idea ? &lt;br&gt;&lt;img src="http://www.pluralsight.com/community/aggbug.aspx?PostID=48938" width="1" height="1"&gt;</description></item><item><title>re: New MSDN article on BizTalk and IBM technologies</title><link>http://www.pluralsight.com/community/blogs/jfancey/archive/2007/08/29/48317.aspx#48321</link><pubDate>Wed, 29 Aug 2007 16:33:00 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:48321</guid><dc:creator>Jon Fancey</dc:creator><description>oops - thanks, link fixed.&lt;img src="http://www.pluralsight.com/community/aggbug.aspx?PostID=48321" width="1" height="1"&gt;</description></item><item><title>re: New MSDN article on BizTalk and IBM technologies</title><link>http://www.pluralsight.com/community/blogs/jfancey/archive/2007/08/29/48317.aspx#48320</link><pubDate>Wed, 29 Aug 2007 14:24:00 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:48320</guid><dc:creator>Clemens</dc:creator><description>I think link is wrong it points to a MSDN subsciber site&lt;img src="http://www.pluralsight.com/community/aggbug.aspx?PostID=48320" width="1" height="1"&gt;</description></item><item><title>re: What if you like SOAP and don't like web references? - Redux</title><link>http://www.pluralsight.com/community/blogs/jfancey/archive/2007/06/07/47683.aspx#48173</link><pubDate>Wed, 08 Aug 2007 17:07:00 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:48173</guid><dc:creator>Doug</dc:creator><description>have you tried the override BTS.OutboundTransportType = &amp;quot;SOAP&amp;quot;?  this is the type override according to the BTS help.&lt;br&gt;I haven't got either to work, but that may be unrelated.  Thanks for your work.&lt;br&gt;Doug&lt;br&gt;&lt;img src="http://www.pluralsight.com/community/aggbug.aspx?PostID=48173" width="1" height="1"&gt;</description></item><item><title>re: What if you like SOAP and don't like web references? - Redux</title><link>http://www.pluralsight.com/community/blogs/jfancey/archive/2007/06/07/47683.aspx#48151</link><pubDate>Mon, 06 Aug 2007 02:46:00 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:48151</guid><dc:creator>Ravikanth</dc:creator><description>First of all I would like to thank Jon Fancey for the wonderful work that he has done. I have applied your idea in the send pipeline to change the scheme back to http:// and it works. Once again thank you Jon.&lt;img src="http://www.pluralsight.com/community/aggbug.aspx?PostID=48151" width="1" height="1"&gt;</description></item><item><title>re: What if you like SOAP and don't like web references? - Redux</title><link>http://www.pluralsight.com/community/blogs/jfancey/archive/2007/06/07/47683.aspx#48112</link><pubDate>Mon, 30 Jul 2007 16:34:00 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:48112</guid><dc:creator>Michael</dc:creator><description>Does this work with XML-RPC?&lt;img src="http://www.pluralsight.com/community/aggbug.aspx?PostID=48112" width="1" height="1"&gt;</description></item><item><title>re: What if you like SOAP and don't like web references? - Redux</title><link>http://www.pluralsight.com/community/blogs/jfancey/archive/2007/06/07/47683.aspx#48011</link><pubDate>Wed, 18 Jul 2007 03:35:00 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:48011</guid><dc:creator>Amit Rohilla</dc:creator><description>Is this type of Dynamic Routing possible with BizTalk R2 with WCF adapters&lt;br&gt;I am getting the following error when I am usiing WCF-WSHttp instead of SOAP&lt;br&gt;&amp;quot;&lt;br&gt;The Messaging Engine could not send the message to the dynamic send port. The outbound transport could not be resolved because a matching transport protocol prefix could not be derived from the URL &amp;quot;WCF-WSHttp://localhost:1343/DynamicWCFservice.WCF/Service.svc&amp;quot;&lt;br&gt;&lt;img src="http://www.pluralsight.com/community/aggbug.aspx?PostID=48011" width="1" height="1"&gt;</description></item><item><title>re: What if you like SOAP and don't like web references? - Redux</title><link>http://www.pluralsight.com/community/blogs/jfancey/archive/2007/06/07/47683.aspx#47919</link><pubDate>Wed, 04 Jul 2007 09:34:00 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:47919</guid><dc:creator>Iztok Koban</dc:creator><description>Hello,&lt;br&gt;&lt;br&gt;I am trying out your solution and got a 'NullReferenceException: Object reference not set to an instance of an object' because the methode SoapHttpClientProtocol.ReadResponse in the ServiceProxy returns a one object array which is null. Any idea ?&lt;br&gt;&lt;br&gt;Thanks for your support!&lt;img src="http://www.pluralsight.com/community/aggbug.aspx?PostID=47919" width="1" height="1"&gt;</description></item><item><title>Link Listing - June 10, 2007</title><link>http://www.pluralsight.com/community/blogs/jfancey/archive/2007/06/07/47683.aspx#47706</link><pubDate>Mon, 11 Jun 2007 01:19:00 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:47706</guid><dc:creator>Christopher Steen</dc:creator><description> Give it a REST! [Via: Anil John ] GWT a Year Later: Was it the correct level of abstraction? [Via: Dietrich...&lt;img src="http://www.pluralsight.com/community/aggbug.aspx?PostID=47706" width="1" height="1"&gt;</description></item><item><title>re: What a week</title><link>http://www.pluralsight.com/community/blogs/jfancey/archive/2007/03/15/46481.aspx#46505</link><pubDate>Mon, 19 Mar 2007 10:07:00 GMT</pubDate><guid isPermaLink="false">d057c89c-07b5-4bfb-b52f-d79d1e3ece89:46505</guid><dc:creator>Marjan Kalantar</dc:creator><description>Hi Jon.  It was a pleasure to meet and have all of our valued MVPs on campus.  I’m really happy to know that you found the summit beneficial &amp;amp; enjoyed it as much as we did.  Looking forward to seeing you again at future events!  Marjan&lt;img src="http://www.pluralsight.com/community/aggbug.aspx?PostID=46505" width="1" height="1"&gt;</description></item></channel></rss>