<?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>Lost in history - All Comments</title><link>http://blogs.msdn.com/b/haoxu/</link><description>Blogs focused on WWSAPI: the new native web services stack from Microsoft</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: 403 Forbidden due to client certificate issue</title><link>http://blogs.msdn.com/b/haoxu/archive/2009/04/09/403-forbidden-due-to-client-certificate-issue.aspx#10315156</link><pubDate>Tue, 05 Jun 2012 11:23:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10315156</guid><dc:creator>Bobby Qin</dc:creator><description>&lt;p&gt;Hi Xu,&lt;/p&gt;
&lt;p&gt;Is there any code snipeet for how to add a client certificate?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Bobby&lt;/p&gt;
&lt;p&gt;bobbyqin@hotmail.com&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10315156" width="1" height="1"&gt;</description></item><item><title>re: WWSAPI to WCF interop 2: default BasicHttpBinding</title><link>http://blogs.msdn.com/b/haoxu/archive/2008/11/05/wwsapi-to-wcf-interop-2-default-basichttpbinding.aspx#10313989</link><pubDate>Sat, 02 Jun 2012 09:59:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10313989</guid><dc:creator>Martijn Klasing</dc:creator><description>&lt;p&gt;Also thanks from my side. I did about the same as Fredrik Wahlgren. Instead I tried GetStockQuote from WebserviceX, by starting with the Microsoft sample code. The above given additional code proofs to be essential to get a HTTP-request to &lt;a rel="nofollow" target="_new" href="http://www.webservicex.net/stockquote.asmx"&gt;www.webservicex.net/stockquote.asmx&lt;/a&gt; working.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10313989" width="1" height="1"&gt;</description></item><item><title>re: 403 Forbidden due to client certificate issue</title><link>http://blogs.msdn.com/b/haoxu/archive/2009/04/09/403-forbidden-due-to-client-certificate-issue.aspx#10278483</link><pubDate>Tue, 06 Mar 2012 16:01:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10278483</guid><dc:creator>Bao</dc:creator><description>&lt;p&gt; So I changed the client code to use a different certificate that did not have a CDP extension.&lt;/p&gt;
&lt;p&gt;What &amp;#39;s the CDP extension ? I see a same problem, please help me!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10278483" width="1" height="1"&gt;</description></item><item><title>re: WWSAPI to WCF interop 10: WsUtil.exe, the silver bullet</title><link>http://blogs.msdn.com/b/haoxu/archive/2009/06/26/wwsapi-to-wcf-interop-10-the-silver-bullet.aspx#10277080</link><pubDate>Sat, 03 Mar 2012 18:57:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10277080</guid><dc:creator>Cameron</dc:creator><description>&lt;p&gt;Could you point me to the error messages reference materials for WSUTIL?&lt;/p&gt;
&lt;p&gt;I was unable to locate that at the link provided.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10277080" width="1" height="1"&gt;</description></item><item><title>re: WWSAPI to WCF interop 2: default BasicHttpBinding</title><link>http://blogs.msdn.com/b/haoxu/archive/2008/11/05/wwsapi-to-wcf-interop-2-default-basichttpbinding.aspx#10206006</link><pubDate>Sun, 04 Sep 2011 17:20:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10206006</guid><dc:creator>Fredrik Wahlgren</dc:creator><description>&lt;p&gt;Thank you! &amp;nbsp;Thanks to this entry, I have managed to create a working wsdl client that gets the Currency rate from webservicex. I used the sample code that I found at &lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/dd323328(v=VS.85).aspx"&gt;msdn.microsoft.com/.../dd323328(v=VS.85).aspx&lt;/a&gt; This was the code that I needed to make it work&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10206006" width="1" height="1"&gt;</description></item><item><title>re: WWSAPI to WCF interop 6: NetTcpBinding with transport security</title><link>http://blogs.msdn.com/b/haoxu/archive/2008/12/02/wwsapi-to-wcf-interop-nettcpbinding-with-transport-security.aspx#9987671</link><pubDate>Tue, 30 Mar 2010 20:35:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9987671</guid><dc:creator>haoxu</dc:creator><description>&lt;p&gt;If your project can take dependency on .NET framework, you should probably use the offerings from WCF in .NET 3.0 and above. WWSAPI is mainly targeting applications with special requirements on memory footprint and performance. Yes, WWSAPI is more performant than the managed C++ interop.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9987671" width="1" height="1"&gt;</description></item><item><title>re: WWSAPI RC bits for downlevel platforms are available!</title><link>http://blogs.msdn.com/b/haoxu/archive/2009/05/20/wwsapi-rc-bits-for-downlevel-platforms-are-available.aspx#9916602</link><pubDate>Tue, 03 Nov 2009 06:43:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9916602</guid><dc:creator>haoxu</dc:creator><description>&lt;p&gt;RTM bits are also available, but under a different agreement: &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/wndp/archive/2009/10/09/final-version-of-windows-web-services-api-for-windows-xp-vista-server-2003-and-server-2008-is-now-available.aspx"&gt;http://blogs.msdn.com/wndp/archive/2009/10/09/final-version-of-windows-web-services-api-for-windows-xp-vista-server-2003-and-server-2008-is-now-available.aspx&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9916602" width="1" height="1"&gt;</description></item><item><title>re: Common WWSAPI errors: addressing version mismatch</title><link>http://blogs.msdn.com/b/haoxu/archive/2009/06/26/common-wwsapi-errors-addressing-version-mismatch.aspx#9838049</link><pubDate>Sat, 18 Jul 2009 03:17:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9838049</guid><dc:creator>lilyli</dc:creator><description>&lt;p&gt;Hi Hao, I got 0x803d0000 when trying to access a web service through the proxy generated by wsutil.exe. I read the post you mentioned about the fix, but the fix seems to be in the WsCreateServiceProxy.. level, which is hidden by WsCreateServiceProxyFromTemplate. So it is not clear to me how I can fix the issue without going under the proxy. Any insight? Thanks!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9838049" width="1" height="1"&gt;</description></item><item><title>re: One thought on testing</title><link>http://blogs.msdn.com/b/haoxu/archive/2009/05/19/one-thought-on-testing.aspx#9793405</link><pubDate>Sat, 20 Jun 2009 13:53:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9793405</guid><dc:creator>Tanveer Badar</dc:creator><description>&lt;p&gt;In my opinion, testers complement developers.&lt;/p&gt;
&lt;p&gt;Testing is such an essential part of SDLC and testers so important, it seems rather pointless to even elaborate their importance to someone who won't understand.&lt;/p&gt;
&lt;p&gt;The projects I have worked on so far would never have been successful without the great testers who worked on it. Same holds for many other porjects.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9793405" width="1" height="1"&gt;</description></item><item><title>WWSAPI RC bits for downlevel platforms are available! | Microsoft Share Point</title><link>http://blogs.msdn.com/b/haoxu/archive/2009/05/20/wwsapi-rc-bits-for-downlevel-platforms-are-available.aspx#9632706</link><pubDate>Wed, 20 May 2009 21:56:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9632706</guid><dc:creator>WWSAPI RC bits for downlevel platforms are available! | Microsoft Share Point</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://microsoft-sharepoint.simplynetdev.com/wwsapi-rc-bits-for-downlevel-platforms-are-available/"&gt;http://microsoft-sharepoint.simplynetdev.com/wwsapi-rc-bits-for-downlevel-platforms-are-available/&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9632706" width="1" height="1"&gt;</description></item></channel></rss>