<?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/"
		>
<channel>
	<title>Comments on: Web services and arrays in LotusScript</title>
	<atom:link href="http://www.lotushints.com/2010/03/web-services-and-arrays-in-lotusscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lotushints.com/2010/03/web-services-and-arrays-in-lotusscript/</link>
	<description>Lotus Notes tips &#38; tricks you always hoped you will not need</description>
	<lastBuildDate>Wed, 14 Dec 2011 20:40:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Vladimir Kocjancic</title>
		<link>http://www.lotushints.com/2010/03/web-services-and-arrays-in-lotusscript/comment-page-1/#comment-946</link>
		<dc:creator>Vladimir Kocjancic</dc:creator>
		<pubDate>Mon, 24 May 2010 20:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotushints.com/?p=490#comment-946</guid>
		<description>What you can do is use a class. Even if you only need a Type. Types cannot be passed, but classes can. So basically, if you want to return complex data, create a class and pass it as a result of a function.</description>
		<content:encoded><![CDATA[<p>What you can do is use a class. Even if you only need a Type. Types cannot be passed, but classes can. So basically, if you want to return complex data, create a class and pass it as a result of a function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: volkmar l</title>
		<link>http://www.lotushints.com/2010/03/web-services-and-arrays-in-lotusscript/comment-page-1/#comment-945</link>
		<dc:creator>volkmar l</dc:creator>
		<pubDate>Fri, 21 May 2010 13:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotushints.com/?p=490#comment-945</guid>
		<description>What kind of data-type is preferred, as return value (for complex and large mounds of data)? I tried Datasets and Lists. But i ran into your described problem. (I am using Lotus Designer 7...)</description>
		<content:encoded><![CDATA[<p>What kind of data-type is preferred, as return value (for complex and large mounds of data)? I tried Datasets and Lists. But i ran into your described problem. (I am using Lotus Designer 7&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick wall</title>
		<link>http://www.lotushints.com/2010/03/web-services-and-arrays-in-lotusscript/comment-page-1/#comment-913</link>
		<dc:creator>nick wall</dc:creator>
		<pubDate>Wed, 03 Mar 2010 12:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotushints.com/?p=490#comment-913</guid>
		<description>Re. importing Axis...

I am using Dom 8.5.1 and consuming a web service provided by a company in UK called ViaPost.  I am turning Notes docs into pdfs, then submitting the pdf to ViaPost, who then send it as a letter...very useful.

I ran into the 46 char var name when importing into LS, I then importe WSDL into Java web service, I didn&#039;t need to import anything else, that was it.</description>
		<content:encoded><![CDATA[<p>Re. importing Axis&#8230;</p>
<p>I am using Dom 8.5.1 and consuming a web service provided by a company in UK called ViaPost.  I am turning Notes docs into pdfs, then submitting the pdf to ViaPost, who then send it as a letter&#8230;very useful.</p>
<p>I ran into the 46 char var name when importing into LS, I then importe WSDL into Java web service, I didn&#8217;t need to import anything else, that was it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Kocjancic</title>
		<link>http://www.lotushints.com/2010/03/web-services-and-arrays-in-lotusscript/comment-page-1/#comment-912</link>
		<dc:creator>Vladimir Kocjancic</dc:creator>
		<pubDate>Wed, 03 Mar 2010 06:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotushints.com/?p=490#comment-912</guid>
		<description>Well, that is certainly one option, although it seems like a hell of a workaround. I had no problems returning Variant. This translates to XSD_AnyType.</description>
		<content:encoded><![CDATA[<p>Well, that is certainly one option, although it seems like a hell of a workaround. I had no problems returning Variant. This translates to XSD_AnyType.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne</title>
		<link>http://www.lotushints.com/2010/03/web-services-and-arrays-in-lotusscript/comment-page-1/#comment-911</link>
		<dc:creator>Wayne</dc:creator>
		<pubDate>Tue, 02 Mar 2010 11:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotushints.com/?p=490#comment-911</guid>
		<description>What do you send instead of an array? XML?</description>
		<content:encoded><![CDATA[<p>What do you send instead of an array? XML?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

