<?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>Kevin.Gao.Blog &#187; WCF &amp; Java Interop</title>
	<atom:link href="http://www.kevingao.net/category/wcf-java-interop/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kevingao.net</link>
	<description>SourceSafe, Source Control, Software Development</description>
	<lastBuildDate>Fri, 06 Jan 2012 08:07:30 +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 different data types between Java and WCF</title>
		<link>http://www.kevingao.net/wcf-java-interop/using-different-data-types-between-java-and-wcf.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-different-data-types-between-java-and-wcf</link>
		<comments>http://www.kevingao.net/wcf-java-interop/using-different-data-types-between-java-and-wcf.html#comments</comments>
		<pubDate>Thu, 07 May 2009 16:00:56 +0000</pubDate>
		<dc:creator>Kevin Gao</dc:creator>
				<category><![CDATA[WCF & Java Interop]]></category>

		<guid isPermaLink="false">http://www.kevingao.net/?p=561</guid>
		<description><![CDATA[This article is a part of WCF &#38; Java Interop Many C# or Java data types can be described by using XML Schema so that we can use XML Schema to communicate between Java and WCF.   Primitive Data Types Primitive data types such as byte, short, int, long, float, double, boolean, char are almost [...]]]></description>
		<wfw:commentRss>http://www.kevingao.net/wcf-java-interop/using-different-data-types-between-java-and-wcf.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Data types between Java and WCF</title>
		<link>http://www.kevingao.net/wcf-java-interop/data-types-between-java-and-wcf.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=data-types-between-java-and-wcf</link>
		<comments>http://www.kevingao.net/wcf-java-interop/data-types-between-java-and-wcf.html#comments</comments>
		<pubDate>Thu, 07 May 2009 14:52:19 +0000</pubDate>
		<dc:creator>Kevin Gao</dc:creator>
				<category><![CDATA[WCF & Java Interop]]></category>

		<guid isPermaLink="false">http://www.kevingao.net/?p=558</guid>
		<description><![CDATA[This article is a part of WCF &#38; Java Interop SCM Anywhere is a comprehensive tool and uses various C# data types, including lists. You may doubt whether Java can recognize these C# data types. Actually, WCF uses Web Services Description Language (WSDL) to describe services and uses XML Schema to describe the data types [...]]]></description>
		<wfw:commentRss>http://www.kevingao.net/wcf-java-interop/data-types-between-java-and-wcf.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java client and WCF server</title>
		<link>http://www.kevingao.net/wcf-java-interop/java-client-and-wcf-server.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-client-and-wcf-server</link>
		<comments>http://www.kevingao.net/wcf-java-interop/java-client-and-wcf-server.html#comments</comments>
		<pubDate>Fri, 24 Apr 2009 06:48:10 +0000</pubDate>
		<dc:creator>Kevin Gao</dc:creator>
				<category><![CDATA[WCF & Java Interop]]></category>

		<guid isPermaLink="false">http://www.kevingao.net/?p=544</guid>
		<description><![CDATA[This article is a part of WCF &#38; Java Interop WCF&#8217;s fundamental communication mechanism is SOAP-based Web services. Because WCF implements Web services technologies defined by the WS-* specifications, other software which is based on SOAP and supports WS-* specifications can communicate with the WCF-based applications.   To build up a cross-platform WCF server, you [...]]]></description>
		<wfw:commentRss>http://www.kevingao.net/wcf-java-interop/java-client-and-wcf-server.html/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>WCF client and WCF service</title>
		<link>http://www.kevingao.net/wcf-java-interop/wcf-client-and-wcf-service.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wcf-client-and-wcf-service</link>
		<comments>http://www.kevingao.net/wcf-java-interop/wcf-client-and-wcf-service.html#comments</comments>
		<pubDate>Thu, 23 Apr 2009 04:06:43 +0000</pubDate>
		<dc:creator>Kevin Gao</dc:creator>
				<category><![CDATA[WCF & Java Interop]]></category>

		<guid isPermaLink="false">http://www.kevingao.net/?p=533</guid>
		<description><![CDATA[This article is a part of WCF &#38; Java Interop Download source code   Introduction To begin with, we are going to create a very simple WCF service and WCF client in C#/VB.NET first. After this article, we will have a working WCF application. Then in the next article, we will create a Java client [...]]]></description>
		<wfw:commentRss>http://www.kevingao.net/wcf-java-interop/wcf-client-and-wcf-service.html/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>WCF and Java Interop Series introduction</title>
		<link>http://www.kevingao.net/wcf-java-interop/wcf-and-java-interop-series-introduction.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wcf-and-java-interop-series-introduction</link>
		<comments>http://www.kevingao.net/wcf-java-interop/wcf-and-java-interop-series-introduction.html#comments</comments>
		<pubDate>Mon, 20 Apr 2009 06:41:03 +0000</pubDate>
		<dc:creator>Kevin Gao</dc:creator>
				<category><![CDATA[WCF & Java Interop]]></category>

		<guid isPermaLink="false">http://www.kevingao.net/?p=517</guid>
		<description><![CDATA[This article is a part of WCF &#38; Java Interop WCF and Java Interop Series introduction This series of articles is about how to use Java (WSIT, METRO) to communicate with applications developed with Windows Communication Foundation (WCF). Web Service has been accepted globally by developers because of its ease of integration, availability of development [...]]]></description>
		<wfw:commentRss>http://www.kevingao.net/wcf-java-interop/wcf-and-java-interop-series-introduction.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

