<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Connecting JBoss CXF Web Service with a WCF Client</title>
	<atom:link href="http://kearneyville.com/2009/03/13/connecting-jboss-web-service-with-a-wcf-client/feed/" rel="self" type="application/rss+xml" />
	<link>http://kearneyville.com/2009/03/13/connecting-jboss-web-service-with-a-wcf-client/</link>
	<description>Land of the Kearneys</description>
	<lastBuildDate>Mon, 07 May 2012 21:37:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: robob</title>
		<link>http://kearneyville.com/2009/03/13/connecting-jboss-web-service-with-a-wcf-client/#comment-36</link>
		<dc:creator><![CDATA[robob]]></dc:creator>
		<pubDate>Sat, 25 Apr 2009 08:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://kearneyville.com/?p=20#comment-36</guid>
		<description><![CDATA[The problem is not related to the arrays but a mistake in the deserialization of the SOAP message for the missing attribute in the &#039;System.Xml.Serialization.XmlArrayAttribute&#039;.

I have to say that WCF mapping of a WSDL exported from JBossWS is not very good and probably we are pioneers in this field. What do you think about the error? Have you had the time to see the post I updateed?]]></description>
		<content:encoded><![CDATA[<p>The problem is not related to the arrays but a mistake in the deserialization of the SOAP message for the missing attribute in the &#8216;System.Xml.Serialization.XmlArrayAttribute&#8217;.</p>
<p>I have to say that WCF mapping of a WSDL exported from JBossWS is not very good and probably we are pioneers in this field. What do you think about the error? Have you had the time to see the post I updateed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robob</title>
		<link>http://kearneyville.com/2009/03/13/connecting-jboss-web-service-with-a-wcf-client/#comment-35</link>
		<dc:creator><![CDATA[robob]]></dc:creator>
		<pubDate>Thu, 23 Apr 2009 21:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://kearneyville.com/?p=20#comment-35</guid>
		<description><![CDATA[Here is the post in the MSDN Forum where I explain the problem with all the details. The exception is very strange and it seems depending only from the client side (I think).

http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/0a48d50d-64d1-43b1-be05-d1b15643223f/

I think to do an example with a sample WS client and WS in JBoss where the problem is replicated and sharing it with everbody.

The problem I have is too strange! And I&#039;m beginning to think it is a my mistake.

I have to admit that I am a newbie in WCF and JBOSSWS too :-)]]></description>
		<content:encoded><![CDATA[<p>Here is the post in the MSDN Forum where I explain the problem with all the details. The exception is very strange and it seems depending only from the client side (I think).</p>
<p><a href="http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/0a48d50d-64d1-43b1-be05-d1b15643223f/" rel="nofollow">http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/0a48d50d-64d1-43b1-be05-d1b15643223f/</a></p>
<p>I think to do an example with a sample WS client and WS in JBoss where the problem is replicated and sharing it with everbody.</p>
<p>The problem I have is too strange! And I&#8217;m beginning to think it is a my mistake.</p>
<p>I have to admit that I am a newbie in WCF and JBOSSWS too <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryankearney</title>
		<link>http://kearneyville.com/2009/03/13/connecting-jboss-web-service-with-a-wcf-client/#comment-34</link>
		<dc:creator><![CDATA[bryankearney]]></dc:creator>
		<pubDate>Wed, 22 Apr 2009 17:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://kearneyville.com/?p=20#comment-34</guid>
		<description><![CDATA[I did with an array of objects. I ended up having to create a concrete subclass to hold the array of objects. I would dig into the JAXB stuff to see if there are any annotations which improve the marshalling.]]></description>
		<content:encoded><![CDATA[<p>I did with an array of objects. I ended up having to create a concrete subclass to hold the array of objects. I would dig into the JAXB stuff to see if there are any annotations which improve the marshalling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robob</title>
		<link>http://kearneyville.com/2009/03/13/connecting-jboss-web-service-with-a-wcf-client/#comment-33</link>
		<dc:creator><![CDATA[robob]]></dc:creator>
		<pubDate>Wed, 22 Apr 2009 15:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://kearneyville.com/?p=20#comment-33</guid>
		<description><![CDATA[Have you ever had problems with webmethod returning a string array (string[]) or int array (int[])?

I have just implemented a WCF client to a JBossWS and only the webmethods returning the string[] and int[] don&#039;t work. The exception in C# is an &quot;ArgumentException&quot;.

Very strange because another webmethod return my bean array and all works fine!]]></description>
		<content:encoded><![CDATA[<p>Have you ever had problems with webmethod returning a string array (string[]) or int array (int[])?</p>
<p>I have just implemented a WCF client to a JBossWS and only the webmethods returning the string[] and int[] don&#8217;t work. The exception in C# is an &#8220;ArgumentException&#8221;.</p>
<p>Very strange because another webmethod return my bean array and all works fine!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

