<?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/"
	>

<channel>
	<title>Kerry D. Wong &#187; Web Service</title>
	<atom:link href="http://www.kerrywong.com/tag/web-service/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrywong.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 02:01:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using X509 Certificate with Web Service in ASP.Net &#8211; Update</title>
		<link>http://www.kerrywong.com/2006/12/23/using-x509-certificate-with-web-service-in-aspnet-update/</link>
		<comments>http://www.kerrywong.com/2006/12/23/using-x509-certificate-with-web-service-in-aspnet-update/#comments</comments>
		<pubDate>Sat, 23 Dec 2006 10:35:20 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Web Service]]></category>
		<category><![CDATA[X509]]></category>

		<guid isPermaLink="false">http://dimension/2006/12/23/using-x509-certificate-with-web-service-in-aspnet-update/</guid>
		<description><![CDATA[In one of my previous posts, I described in detail for using X509 certificates with web services. Here are a couple more debugging tips that might also be helpful. RSA Key Length One reason that the secure communication fails to establish is the mismatch in private/public key pairs. Ensuring the keys are of the same [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2006/12/23/using-x509-certificate-with-web-service-in-aspnet-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using X509 Certificate with Web Service in ASP.Net</title>
		<link>http://www.kerrywong.com/2006/12/01/using-x509-certificate-with-web-service-in-aspnet/</link>
		<comments>http://www.kerrywong.com/2006/12/01/using-x509-certificate-with-web-service-in-aspnet/#comments</comments>
		<pubDate>Fri, 01 Dec 2006 09:23:58 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Web Service]]></category>
		<category><![CDATA[X509]]></category>

		<guid isPermaLink="false">http://dimension/2006/12/01/using-x509-certificate-with-web-service-in-aspnet/</guid>
		<description><![CDATA[Recently, I needed to incorporate a java web service (not developed in-house) into my client&#8217;s existing ASP.Net website. The web service calls need to be secured by utilizing X509 certificate over SSL. Surprisingly, I found very little information on this topic (there are some, but they are scattered here and there and the information was [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2006/12/01/using-x509-certificate-with-web-service-in-aspnet/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Be Careful When Using Enums in Web Services</title>
		<link>http://www.kerrywong.com/2006/11/09/be-careful-when-using-enums-in-web-services/</link>
		<comments>http://www.kerrywong.com/2006/11/09/be-careful-when-using-enums-in-web-services/#comments</comments>
		<pubDate>Thu, 09 Nov 2006 10:16:16 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Enum]]></category>
		<category><![CDATA[Web Service]]></category>

		<guid isPermaLink="false">http://dimension/2006/11/09/be-careful-when-using-enums-in-web-services/</guid>
		<description><![CDATA[We know that when enumeration type is used in web services, the string name of the enumeration value is used but not the underlying integer. Even if you remember this rule by heart, sometimes it is still to make mistakes, especially during the development phase when developers tend to include the web service with the [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2006/11/09/be-careful-when-using-enums-in-web-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

