<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: The saga of creating Web Services with Domino R6</title>
	<link>http://www.crossedconnections.org/w/index.php/2005/11/17/the-saga-of-creating-web-services-with-domino-r6/</link>
	<description>Nowadays it's all about portals; portals and ball bearings</description>
	<pubDate>Thu, 09 Sep 2010 04:27:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Administrator</title>
		<link>http://www.crossedconnections.org/w/index.php/2005/11/17/the-saga-of-creating-web-services-with-domino-r6/#comment-15</link>
		<pubDate>Wed, 07 Dec 2005 00:15:11 +0000</pubDate>
		<guid>http://www.crossedconnections.org/w/index.php/2005/11/17/the-saga-of-creating-web-services-with-domino-r6/#comment-15</guid>
					<description>Yes I finally did get it Jerry! Humbly submitted here: http://www.crossedconnections.org/w/?p=51

As for your questions:
return xsi:type=”ns1:ArrayOfemployee[2]”
…… not a 0 based index?
--&#62; According to the W3C specs, this is not an upper bound but a collection count. It is not explicitly stated in the spec, but the examples show the detail:
http://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Toc478383522

item xsi:type=”ns1:employee”
…… not item xsi:type=”ns1:employee[4]” as there are 4 contained elements? 
--&#62; "employee" is declared as a data type, something like a List in LotusScript. Each element is actually a property of the "employee" data type.</description>
		<content:encoded><![CDATA[<p>Yes I finally did get it Jerry! Humbly submitted here: <a href='http://www.crossedconnections.org/w/?p=51' rel='nofollow'>http://www.crossedconnections.org/w/?p=51</a></p>
<p>As for your questions:<br />
return xsi:type=”ns1:ArrayOfemployee[2]”<br />
…… not a 0 based index?<br />
&#8211;&gt; According to the W3C specs, this is not an upper bound but a collection count. It is not explicitly stated in the spec, but the examples show the detail:<br />
<a href='http://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Toc478383522' rel='nofollow'>http://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Toc478383522</a></p>
<p>item xsi:type=”ns1:employee”<br />
…… not item xsi:type=”ns1:employee[4]” as there are 4 contained elements?<br />
&#8211;&gt; &#8220;employee&#8221; is declared as a data type, something like a List in LotusScript. Each element is actually a property of the &#8220;employee&#8221; data type.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jerry Carter</title>
		<link>http://www.crossedconnections.org/w/index.php/2005/11/17/the-saga-of-creating-web-services-with-domino-r6/#comment-14</link>
		<pubDate>Tue, 06 Dec 2005 21:43:49 +0000</pubDate>
		<guid>http://www.crossedconnections.org/w/index.php/2005/11/17/the-saga-of-creating-web-services-with-domino-r6/#comment-14</guid>
					<description>Get it sorted yet?

Some completely novice, zero experience XML "schema" obserations / Quesitons.

return xsi:type="ns1:ArrayOfemployee[2]"   
...... not a 0 based index?

item xsi:type="ns1:employee"  
...... not item xsi:type="ns1:employee[4]" as there are 4 contained elements?</description>
		<content:encoded><![CDATA[<p>Get it sorted yet?</p>
<p>Some completely novice, zero experience XML &#8220;schema&#8221; obserations / Quesitons.</p>
<p>return xsi:type=&#8221;ns1:ArrayOfemployee[2]&#8221;<br />
&#8230;&#8230; not a 0 based index?</p>
<p>item xsi:type=&#8221;ns1:employee&#8221;<br />
&#8230;&#8230; not item xsi:type=&#8221;ns1:employee[4]&#8221; as there are 4 contained elements?
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
