<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Editor widget with secure services in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-with-secure-services/m-p/283751#M7405</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;much like the featureLayer itself, the &lt;A href="http://resources.arcgis.com/en/help/silverlight-api/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.GeometryService_members.html"&gt;geometyService&lt;/A&gt; class has its own token property and proxyUrl property.&amp;nbsp; have you tried setting one of these?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the thing is that the editor widget allows you to set the url of the geometry service and proxyUrl but not the token property.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In others parts of the proyect i´ve used the geometry service with the token set and it has worked ok. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What i´ve done with the widget is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MyEditorWidget.ProxyUrl = proxy;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MyEditorWidget.Map = Map;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MyEditorWidget.GeometryServiceUrl = urlGeometryService;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but using Fiddler i´ve read the post i´ve recived from de server and it redirects me to a login page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the only solution is to set the user and password in the proxy, but i wish i do not have to do that&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jun 2013 10:49:30 GMT</pubDate>
    <dc:creator>GimenaBernadet_Sebben</dc:creator>
    <dc:date>2013-06-19T10:49:30Z</dc:date>
    <item>
      <title>Editor widget with secure services</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-with-secure-services/m-p/283749#M7403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I´m having a problem when using an editor widget with secure services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think it´s because i´m not able to set the token used to access the geometry service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;how can i solve this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(the editor uses a feature layer wich has it´s own token, diferent from geometry service)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 14:58:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-with-secure-services/m-p/283749#M7403</guid>
      <dc:creator>GimenaBernadet_Sebben</dc:creator>
      <dc:date>2013-06-18T14:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Editor widget with secure services</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-with-secure-services/m-p/283750#M7404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;much like the featureLayer itself, the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/silverlight-api/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.GeometryService_members.html"&gt;geometyService&lt;/A&gt;&lt;SPAN&gt; class has its own token property and proxyUrl property.&amp;nbsp; have you tried setting one of these?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 22:18:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-with-secure-services/m-p/283750#M7404</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-06-18T22:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Editor widget with secure services</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-with-secure-services/m-p/283751#M7405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;much like the featureLayer itself, the &lt;A href="http://resources.arcgis.com/en/help/silverlight-api/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.GeometryService_members.html"&gt;geometyService&lt;/A&gt; class has its own token property and proxyUrl property.&amp;nbsp; have you tried setting one of these?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the thing is that the editor widget allows you to set the url of the geometry service and proxyUrl but not the token property.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In others parts of the proyect i´ve used the geometry service with the token set and it has worked ok. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What i´ve done with the widget is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MyEditorWidget.ProxyUrl = proxy;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MyEditorWidget.Map = Map;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MyEditorWidget.GeometryServiceUrl = urlGeometryService;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but using Fiddler i´ve read the post i´ve recived from de server and it redirects me to a login page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the only solution is to set the user and password in the proxy, but i wish i do not have to do that&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 10:49:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-with-secure-services/m-p/283751#M7405</guid>
      <dc:creator>GimenaBernadet_Sebben</dc:creator>
      <dc:date>2013-06-19T10:49:30Z</dc:date>
    </item>
  </channel>
</rss>

