<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Collections in a Web Service"]]></title>
		<link>http://forums.visual-paradigm.com/posts/33.html</link>
		<description><![CDATA[Latest messages posted in the topic "Collections in a Web Service"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Collections in a Web Service</title>
				<description><![CDATA[ Hi, I am using ORM classes code from a web service, and I have a problem with the collections because they are not public attributes. These classes can´t publish in the web service because are not standard.<br> How can I solve this problem?]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2097#16739.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2097#16739.html</link>
				<pubDate><![CDATA[Thu, 19 Apr 2007 19:59:15]]></pubDate>
				<author><![CDATA[ Eduardo]]></author>
			</item>
			<item>
				<title>Re:Collections in a Web Service</title>
				<description><![CDATA[ Hello Eduardo,<br> <br> Thank you for your post. Could you let me know more about your standard? As I know we seldom use public attributes. Instead, we would make attributes as private, and let the accessors to be public.<br> <br> Best regards,<br> Jick<br> ]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2097#16748.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2097#16748.html</link>
				<pubDate><![CDATA[Fri, 20 Apr 2007 09:07:03]]></pubDate>
				<author><![CDATA[ Jick]]></author>
			</item>
			<item>
				<title>Re:Collections in a Web Service</title>
				<description><![CDATA[ Ok Jick. You are right. I want to serialize the collections that visual paradigm generates to can use it in a web service.<br> A collection like "ArrayList" have not problems to be serializable in a SOAP message.<br> <br> <br> Thanks.]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2097#16774.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2097#16774.html</link>
				<pubDate><![CDATA[Fri, 20 Apr 2007 23:26:24]]></pubDate>
				<author><![CDATA[ Eduardo]]></author>
			</item>
			<item>
				<title>Re:Collections in a Web Service</title>
				<description><![CDATA[ Hello Eduardo,<br> <br> I will discuss with our engineers and come back to you asap.<br> <br> Best regards,<br> Jick]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2097#16823.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2097#16823.html</link>
				<pubDate><![CDATA[Mon, 23 Apr 2007 09:59:46]]></pubDate>
				<author><![CDATA[ Jick]]></author>
			</item>
			<item>
				<title>Re:Collections in a Web Service</title>
				<description><![CDATA[ Hello Eduardo,<br> <br> We would like to clarify your need first. May I know how does the currently generated code looks like, and what would be your expected result? Could you provide us with some code sample to illustrate your need?<br> <br> To be specific, do you want to change only the collection to public? We suppose it should work with property, but we are not sure...<br> <br> Best regards,<br> Jick]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2097#16836.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2097#16836.html</link>
				<pubDate><![CDATA[Mon, 23 Apr 2007 16:30:18]]></pubDate>
				<author><![CDATA[ Jick]]></author>
			</item>
			<item>
				<title>Re:Collections in a Web Service</title>
				<description><![CDATA[ Hello Jick. <br> It´s easy. You can try to return an ORM class with an 0...* association to another ORM class from a Web Service and the Web Service will throw a System.InvalidOperationException.<br> ]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2097#16851.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2097#16851.html</link>
				<pubDate><![CDATA[Tue, 24 Apr 2007 00:15:18]]></pubDate>
				<author><![CDATA[ Eduardo]]></author>
			</item>
			<item>
				<title>Re:Collections in a Web Service</title>
				<description><![CDATA[ Hi Eduardo,<br> <br> Thank you for your reply. So do you want not only public attributes, but also a collection that is compatible with webservice?<br> <br> Best regards,<br> Jick]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2097#16895.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2097#16895.html</link>
				<pubDate><![CDATA[Tue, 24 Apr 2007 18:14:03]]></pubDate>
				<author><![CDATA[ Jick]]></author>
			</item>
			<item>
				<title>Re:Collections in a Web Service</title>
				<description><![CDATA[ Hi Jick,<br> You can forget my previous posts.<br> I think that my problem is the serialization of the ORM objects. An ORM object can´t be serializabled in a XML file or SOAP message. We can see the problem from this point of view.<br> Thank you Jick.<br> <br> This forum is very useful.  :wink: <br> <br> Best regards.<br> <br> (Sorry but I can´t get an english version of Visual Studio 2005)]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2097#16903.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2097#16903.html</link>
				<pubDate><![CDATA[Wed, 25 Apr 2007 06:27:58]]></pubDate>
				<author><![CDATA[ Eduardo]]></author>
			</item>
			<item>
				<title>Re:Collections in a Web Service</title>
				<description><![CDATA[ Hello Eduardo,<br> <br> Thanks for your reply. I discussed with our engineers. Actually, the problem is not related to "public" or not, but about serialization - The collection used by NHibernate can't be serialized. A related discussion:<br> <a href="http://forum.hibernate.org/viewtopic.php?t=956359&view=previous&sid=92939d20c6a0a46099b92e24af31a14c" target="_blank" rel="nofollow">http://forum.hibernate.org/viewtopic.php?t=956359&view=previous&sid=92939d20c6a0a46099b92e24af31a14c</a><br> <br> Best regards,<br> Jick]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2097#16913.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2097#16913.html</link>
				<pubDate><![CDATA[Wed, 25 Apr 2007 10:31:49]]></pubDate>
				<author><![CDATA[ Jick]]></author>
			</item>
			<item>
				<title>Re:Collections in a Web Service</title>
				<description><![CDATA[ Ok Jick!<br> Thanks for the link. I´m going to apply that pattern to solve my problem.<br> <br>  :thumbup: ]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2097#16921.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2097#16921.html</link>
				<pubDate><![CDATA[Wed, 25 Apr 2007 19:11:56]]></pubDate>
				<author><![CDATA[ Eduardo]]></author>
			</item>
	</channel>
</rss>