<?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: Using web services in AL &#8211; Part 3	</title>
	<atom:link href="https://www.hougaard.com/using-web-services-in-al-part-3/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.hougaard.com/using-web-services-in-al-part-3/</link>
	<description>Do more with apps</description>
	<lastBuildDate>Sat, 07 Mar 2026 11:53:06 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: srideout2525		</title>
		<link>https://www.hougaard.com/using-web-services-in-al-part-3/#comment-410</link>

		<dc:creator><![CDATA[srideout2525]]></dc:creator>
		<pubDate>Wed, 22 Jul 2020 16:58:14 +0000</pubDate>
		<guid isPermaLink="false">https://www.hougaard.com/?p=1735#comment-410</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.hougaard.com/using-web-services-in-al-part-3/#comment-409&quot;&gt;hougaard&lt;/a&gt;.

Thanks Eric. Look forward to your next video!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.hougaard.com/using-web-services-in-al-part-3/#comment-409">hougaard</a>.</p>
<p>Thanks Eric. Look forward to your next video!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: hougaard		</title>
		<link>https://www.hougaard.com/using-web-services-in-al-part-3/#comment-409</link>

		<dc:creator><![CDATA[hougaard]]></dc:creator>
		<pubDate>Wed, 22 Jul 2020 15:14:28 +0000</pubDate>
		<guid isPermaLink="false">https://www.hougaard.com/?p=1735#comment-409</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.hougaard.com/using-web-services-in-al-part-3/#comment-408&quot;&gt;srideout2525&lt;/a&gt;.

It&#039;s really a matter of acceptable time consumed. If xpath navigation takes longer than acceptable, you&#039;ll have to switch methods. You have two options:

1. Use an XMLPort - They are really effective, as long as your XML structure can be defined in a XMLport
2. Create a &quot;parser&quot; on the XmlDocument, walk the XmLNodeLists and read the fields. This is on my video todo-list.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.hougaard.com/using-web-services-in-al-part-3/#comment-408">srideout2525</a>.</p>
<p>It&#8217;s really a matter of acceptable time consumed. If xpath navigation takes longer than acceptable, you&#8217;ll have to switch methods. You have two options:</p>
<p>1. Use an XMLPort &#8211; They are really effective, as long as your XML structure can be defined in a XMLport<br />
2. Create a &#8220;parser&#8221; on the XmlDocument, walk the XmLNodeLists and read the fields. This is on my video todo-list.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: srideout2525		</title>
		<link>https://www.hougaard.com/using-web-services-in-al-part-3/#comment-408</link>

		<dc:creator><![CDATA[srideout2525]]></dc:creator>
		<pubDate>Wed, 22 Jul 2020 15:01:43 +0000</pubDate>
		<guid isPermaLink="false">https://www.hougaard.com/?p=1735#comment-408</guid>

					<description><![CDATA[Hi Eric,

You mentioned @ about 10:30 in video, processing larger XML files would require different solution, and ask if we&#039;d like to see a video? That would be great. What would you think is the point when you would move from what you presented in this video to be considered a larger XML? Is it the number of files? fields? or a combination? Just wondering what and when to choose which option. (Great videos as usual!)

Thanks
Scott
Scott]]></description>
			<content:encoded><![CDATA[<p>Hi Eric,</p>
<p>You mentioned @ about 10:30 in video, processing larger XML files would require different solution, and ask if we&#8217;d like to see a video? That would be great. What would you think is the point when you would move from what you presented in this video to be considered a larger XML? Is it the number of files? fields? or a combination? Just wondering what and when to choose which option. (Great videos as usual!)</p>
<p>Thanks<br />
Scott<br />
Scott</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Using web services in AL – Part 3 &#124; Pardaan.com		</title>
		<link>https://www.hougaard.com/using-web-services-in-al-part-3/#comment-397</link>

		<dc:creator><![CDATA[Using web services in AL – Part 3 &#124; Pardaan.com]]></dc:creator>
		<pubDate>Fri, 03 Jul 2020 06:01:04 +0000</pubDate>
		<guid isPermaLink="false">https://www.hougaard.com/?p=1735#comment-397</guid>

					<description><![CDATA[[&#8230;] Source : Hougaard.com Read more&#8230; [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Source : Hougaard.com Read more&#8230; [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Siyab		</title>
		<link>https://www.hougaard.com/using-web-services-in-al-part-3/#comment-396</link>

		<dc:creator><![CDATA[Siyab]]></dc:creator>
		<pubDate>Thu, 25 Jun 2020 00:32:17 +0000</pubDate>
		<guid isPermaLink="false">https://www.hougaard.com/?p=1735#comment-396</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.hougaard.com/using-web-services-in-al-part-3/#comment-395&quot;&gt;hougaard&lt;/a&gt;.

Thank you for your quick reply.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.hougaard.com/using-web-services-in-al-part-3/#comment-395">hougaard</a>.</p>
<p>Thank you for your quick reply.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: hougaard		</title>
		<link>https://www.hougaard.com/using-web-services-in-al-part-3/#comment-395</link>

		<dc:creator><![CDATA[hougaard]]></dc:creator>
		<pubDate>Wed, 24 Jun 2020 23:46:55 +0000</pubDate>
		<guid isPermaLink="false">https://www.hougaard.com/?p=1735#comment-395</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.hougaard.com/using-web-services-in-al-part-3/#comment-394&quot;&gt;Siyab&lt;/a&gt;.

Here you go: https://youtu.be/YCzYK8QvK50]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.hougaard.com/using-web-services-in-al-part-3/#comment-394">Siyab</a>.</p>
<p>Here you go: <a href="https://youtu.be/YCzYK8QvK50" rel="nofollow ugc">https://youtu.be/YCzYK8QvK50</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Siyab		</title>
		<link>https://www.hougaard.com/using-web-services-in-al-part-3/#comment-394</link>

		<dc:creator><![CDATA[Siyab]]></dc:creator>
		<pubDate>Wed, 24 Jun 2020 20:33:43 +0000</pubDate>
		<guid isPermaLink="false">https://www.hougaard.com/?p=1735#comment-394</guid>

					<description><![CDATA[Hi Eric,

I cant see Episode 2. 

I checked in Web service in AL

https://www.hougaard.com/video-series-web-services-in-al/

Siyab]]></description>
			<content:encoded><![CDATA[<p>Hi Eric,</p>
<p>I cant see Episode 2. </p>
<p>I checked in Web service in AL</p>
<p><a href="https://www.hougaard.com/video-series-web-services-in-al/" rel="ugc">https://www.hougaard.com/video-series-web-services-in-al/</a></p>
<p>Siyab</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
