<?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: Day 2 Programming And Design Patterns For The ArcGIS Mobile SDK At The ESRI Developer Summit 2008</title>
	<atom:link href="http://geo.geek.nz/events/day-2-programming-and-design-patterns-for-the-arcgis-mobile-sdk-at-the-esri-developer-summit-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://geo.geek.nz/events/day-2-programming-and-design-patterns-for-the-arcgis-mobile-sdk-at-the-esri-developer-summit-2008/</link>
	<description>Everything Spatial Focused On Esri With A Wee New Zealand Perspective Thrown Into The Mix!</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:50:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ehab El-Masry</title>
		<link>http://geo.geek.nz/events/day-2-programming-and-design-patterns-for-the-arcgis-mobile-sdk-at-the-esri-developer-summit-2008/#comment-213</link>
		<dc:creator>Ehab El-Masry</dc:creator>
		<pubDate>Wed, 31 Dec 1969 23:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://172.31.22.116/?p=702#comment-213</guid>
		<description>&lt;p&gt;I dont know if u can help..&lt;/p&gt;
&lt;p&gt;I have installed ArcGIS Server 9.3 and published a map service named &#039;California&#039;.&lt;/p&gt;
&lt;p&gt;I have enabled security for the map services, with token based authentication.&lt;/p&gt;
&lt;p&gt;I created a web application named &#039;TestProxy&#039; which contains a web page that tries to access the map service.&lt;/p&gt;
&lt;p&gt;I opened the token service to generate the required token string with these parameter:&lt;/p&gt;
&lt;p&gt;- UserName : qs&lt;/p&gt;
&lt;p&gt;- Password : qs&lt;/p&gt;
&lt;p&gt;- Identifier : web application : &lt;a target=&quot;_blank&quot; href=&quot;http://localhost/testproxy&quot; rel=&quot;nofollow&quot;&gt;http://localhost/testproxy&lt;/a&gt; - Exp : 10 days&lt;/p&gt;
&lt;p&gt;i copied the generated token, and in my html page i typed this script&lt;/p&gt;
&lt;p&gt;....&lt;/p&gt;
&lt;p&gt;dojo.require(&quot;esri.map&quot;);&lt;/p&gt;
&lt;p&gt;var map;&lt;/p&gt;
&lt;p&gt;function Init() {&lt;/p&gt;
&lt;p&gt;map = new esri.Map(&quot;map&quot;);&lt;/p&gt;
&lt;p&gt;var layer = new esri.layers.ArcGISDynamicMapServiceLayer(&quot;https://localhost/ArcGIS/rest/services/California/MapServer?token=BPnVOUnN8uKwFY7j3msQc3k5I1s9yTejonPrZpq1R7OLHvBnxIfYZCk0p8v6r8eN&quot;);&lt;/p&gt;
&lt;p&gt;map.addLayer(layer);&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;dojo.addOnLoad(Init);&lt;/p&gt;
&lt;p&gt;....&lt;/p&gt;
&lt;p&gt;but unfortunately the map does not appear..&lt;/p&gt;
&lt;p&gt;however i can open this map service from the service URL with these credentials, which proves that this account &#039;qs&#039; is authorized to access this service.&lt;/p&gt;
&lt;p&gt;But when i open the service directory and log in with this account, i can not find any service published.&lt;/p&gt;
&lt;p&gt;What Am I Missing ?! &lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I dont know if u can help..</p>
<p>I have installed ArcGIS Server 9.3 and published a map service named &#8216;California&#8217;.</p>
<p>I have enabled security for the map services, with token based authentication.</p>
<p>I created a web application named &#8216;TestProxy&#8217; which contains a web page that tries to access the map service.</p>
<p>I opened the token service to generate the required token string with these parameter:</p>
<p>- UserName : qs</p>
<p>- Password : qs</p>
<p>- Identifier : web application : <a target="_blank" href="http://localhost/testproxy" rel="nofollow">http://localhost/testproxy</a> &#8211; Exp : 10 days</p>
<p>i copied the generated token, and in my html page i typed this script</p>
<p>&#8230;.</p>
<p>dojo.require(&quot;esri.map&quot;);</p>
<p>var map;</p>
<p>function Init() {</p>
<p>map = new esri.Map(&quot;map&quot;);</p>
<p>var layer = new esri.layers.ArcGISDynamicMapServiceLayer(&quot;<a href="https://localhost/ArcGIS/rest/services/California/MapServer?token=BPnVOUnN8uKwFY7j3msQc3k5I1s9yTejonPrZpq1R7OLHvBnxIfYZCk0p8v6r8eN&#038;quot" rel="nofollow">https://localhost/ArcGIS/rest/services/California/MapServer?token=BPnVOUnN8uKwFY7j3msQc3k5I1s9yTejonPrZpq1R7OLHvBnxIfYZCk0p8v6r8eN&#038;quot</a> <img src='http://geo.geek.nz/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ;</p>
<p>map.addLayer(layer);</p>
<p>}</p>
<p>dojo.addOnLoad(Init);</p>
<p>&#8230;.</p>
<p>but unfortunately the map does not appear..</p>
<p>however i can open this map service from the service URL with these credentials, which proves that this account &#8216;qs&#8217; is authorized to access this service.</p>
<p>But when i open the service directory and log in with this account, i can not find any service published.</p>
<p>What Am I Missing ?! </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sulumits retsambew</title>
		<link>http://geo.geek.nz/events/day-2-programming-and-design-patterns-for-the-arcgis-mobile-sdk-at-the-esri-developer-summit-2008/#comment-214</link>
		<dc:creator>sulumits retsambew</dc:creator>
		<pubDate>Wed, 31 Dec 1969 23:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://172.31.22.116/?p=702#comment-214</guid>
		<description>&lt;p&gt;very nice info, thanks. it&#039;s so useful for me.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>very nice info, thanks. it&#8217;s so useful for me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

