<?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: Printing graphics and dynamic layers in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-graphics-and-dynamic-layers/m-p/252267#M23355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;adding graphics quickly increases the size of the request because each geometry must be articulated to ArcGIS Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this means, that you'll have to follow the pattern in the original published sample and reference a working &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jshelp/ags_proxy.html"&gt;proxy&lt;/A&gt;&lt;SPAN&gt; so that it can be utilized in scenarios when the size of the request requires that it be POSTed across domains.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;esri.config.defaults.io.proxyUrl = "/location/proxy.ashx";&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jun 2013 14:21:59 GMT</pubDate>
    <dc:creator>JohnGravois</dc:creator>
    <dc:date>2013-06-24T14:21:59Z</dc:date>
    <item>
      <title>Printing graphics and dynamic layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-graphics-and-dynamic-layers/m-p/252266#M23354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am working with this sample &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/widget_print.html"&gt;https://developers.arcgis.com/en/javascript/jssamples/widget_print.html&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But unable to get the print widget working when i add graphics(I am trying to present the search results as a graphic layer)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; or the operational layers to the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it works only if arcgisonline services are being used.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Code sample: &lt;/SPAN&gt;&lt;A href="http://jsfiddle.net/AtrBj/"&gt;http://jsfiddle.net/AtrBj/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Whats the tweak i am missing here?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 13:47:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-graphics-and-dynamic-layers/m-p/252266#M23354</guid>
      <dc:creator>PramodHarithsa1</dc:creator>
      <dc:date>2013-06-24T13:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Printing graphics and dynamic layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-graphics-and-dynamic-layers/m-p/252267#M23355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;adding graphics quickly increases the size of the request because each geometry must be articulated to ArcGIS Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this means, that you'll have to follow the pattern in the original published sample and reference a working &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jshelp/ags_proxy.html"&gt;proxy&lt;/A&gt;&lt;SPAN&gt; so that it can be utilized in scenarios when the size of the request requires that it be POSTed across domains.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;esri.config.defaults.io.proxyUrl = "/location/proxy.ashx";&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 14:21:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-graphics-and-dynamic-layers/m-p/252267#M23355</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-06-24T14:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Printing graphics and dynamic layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-graphics-and-dynamic-layers/m-p/252268#M23356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;i have added the proxy page(configured to local map service) in code (i.e.&amp;nbsp; esri.config.defaults.io.proxyUrl = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost/proxy/proxy.ashx" rel="nofollow" target="_blank"&gt;http://localhost/proxy/proxy.ashx&lt;/A&gt;&lt;SPAN&gt;";) and used the local map service, the print button itself not working but it shows map with graphics in chrome without adding the proxy page, I hope it is not the issue with the proxyUrl.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shaikh Rizuan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 08:41:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-graphics-and-dynamic-layers/m-p/252268#M23356</guid>
      <dc:creator>ShaikhRizuan</dc:creator>
      <dc:date>2013-07-04T08:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Printing graphics and dynamic layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-graphics-and-dynamic-layers/m-p/252269#M23357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;the proxy is not needed to display the graphics in the client application in chrome, so if the print button doesn't appear, its likely either that you have referenced the proxy incorrectly, or that the proxy is not functioning.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i recommend inspecting the web traffic generated by your app using something like fiddler, firebug, or chrome developer tools to try and find the request which attempts to use the proxy, along with testing the proxy directly in the browser to make sure its working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a url similar to the following will display the REST services directory in your browser if the proxy is up and running.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;http://webserver/proxy/proxy.ashx?http://arcgisserver/arcgis/rest/services&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jul 2013 15:47:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-graphics-and-dynamic-layers/m-p/252269#M23357</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-07-05T15:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Printing graphics and dynamic layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-graphics-and-dynamic-layers/m-p/252270#M23358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to follow the previous notes on this page for help in getting my "print" to work, but I am still stuck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have so far attached the following into my code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;// add print dijit &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; printer = new esri.dijit.Print({ &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map: map, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver6.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task" rel="nofollow" target="_blank"&gt;http://sampleserver6.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task&lt;/A&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, dojo.byId("printButton")); &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; printer.startup(); &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; esri.config.defaults.io.proxyUrl = "proxy.jsp";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; //end printer dijit &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I have downloaded the proxy.jsp into my wwwroot folder for my web application as well as attaching my url, but there is still no printing involved: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;String[] serverUrls = {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp; "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://[mybox]/MyStuff/index6.html" rel="nofollow" target="_blank"&gt;http://[mybox]/MyStuff/index6.html&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp; "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver6.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task" rel="nofollow" target="_blank"&gt;http://sampleserver6.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp; "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://webserver/proxy/proxy.jsp?http://arcgisserver/arcgis/rest/services" rel="nofollow" target="_blank"&gt;http://webserver/proxy/proxy.jsp?http://arcgisserver/arcgis/rest/services&lt;/A&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; //NOTE - no comma after the last item&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure that all these "http's" need to be added to my string of server URLs?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; Any advise?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 15:00:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-graphics-and-dynamic-layers/m-p/252270#M23358</guid>
      <dc:creator>melissaGomez</dc:creator>
      <dc:date>2013-07-09T15:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Printing graphics and dynamic layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-graphics-and-dynamic-layers/m-p/252271#M23359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;what web server are you using?&amp;nbsp; IIS or something else?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 15:02:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-graphics-and-dynamic-layers/m-p/252271#M23359</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-07-09T15:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Printing graphics and dynamic layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-graphics-and-dynamic-layers/m-p/252272#M23360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using IIS and I have set up my proxy service on my localhost. I am getting an error message of code 400?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 15:33:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-graphics-and-dynamic-layers/m-p/252272#M23360</guid>
      <dc:creator>melissaGomez</dc:creator>
      <dc:date>2013-07-09T15:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Printing graphics and dynamic layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-graphics-and-dynamic-layers/m-p/252273#M23361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;since you are using IIS, i would recommend utilizing our &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jshelp/ags_proxy.html"&gt;ASP.NET&lt;/A&gt;&lt;SPAN&gt; proxy.&amp;nbsp; you should be able to simply unzip the contents of the ZIP file and using IIS Manager to 'convert to application'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the included proxy.config file has a global mustMatch tag which could be set to 'false' to allow any page to be retrieved, but in a production environment it would be more secure to explicitly add resources to the list (and keep the global mustMatch tag set to 'true') to avoid malicious usage.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 15:40:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-graphics-and-dynamic-layers/m-p/252273#M23361</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-07-09T15:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Printing graphics and dynamic layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-graphics-and-dynamic-layers/m-p/252274#M23362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;okay, I did go back and utilizing the ASP.NET proxy, as well as unzipped the contents ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have my musMatch to true. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also attached the following server to my proxy.config text editor:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;serverUrl url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver6.arcgisonline.com/arcgis/rest/services/" rel="nofollow" target="_blank"&gt;http://sampleserver6.arcgisonline.com/arcgis/rest/services/&lt;/A&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matchAll="true"&amp;gt;&amp;lt;/serverUrl&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is where i've attached my local host script, see below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;function init() { &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map = new esri.Map("map", { &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; basemap: "streets", &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; center: [-98.49946448681641, 29.42057087899471], &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; zoom: 11,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sliderStyle:"big" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; }); &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; esri.config.defaults.io.proxyUrl = "/localhost/proxy/proxy.ashx";&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am still however, receiving an error message &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 15:49:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-graphics-and-dynamic-layers/m-p/252274#M23362</guid>
      <dc:creator>melissaGomez</dc:creator>
      <dc:date>2013-07-09T15:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Printing graphics and dynamic layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-graphics-and-dynamic-layers/m-p/252275#M23363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;what is the error message?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;did you use IIS manager to convert the folder the proxy is in to an application (as mentioned in my last post and install instructions)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;what happens when you try to use the proxy to display the rest services directory on sampleserver6 directly in the browser?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ie:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;http://[yourwebserver]/proxyfolder/proxy.ashx?http://sampleserver6.arcgisonline.com/arcgis/rest/services&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 15:52:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-graphics-and-dynamic-layers/m-p/252275#M23363</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-07-09T15:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Printing graphics and dynamic layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-graphics-and-dynamic-layers/m-p/252276#M23364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I finally got it to work. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I was actually calling a Dynamic Service twice and it was giving me a hiccup. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I did do everything you said as far as downloading the proxy, so that helped. I also had to add my computer name to the serverUrl:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;serverUrl url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://[mybox]/" rel="nofollow" target="_blank"&gt;http://[mybox]/&lt;/A&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matchAll="true"&amp;gt;&amp;lt;/serverUrl&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This seemed to work as well. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My "print out" is now coming up. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 18:35:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-graphics-and-dynamic-layers/m-p/252276#M23364</guid>
      <dc:creator>melissaGomez</dc:creator>
      <dc:date>2013-07-09T18:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Printing graphics and dynamic layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-graphics-and-dynamic-layers/m-p/252277#M23365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you're very welcome.&amp;nbsp; glad to hear you're sorted.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 19:19:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-graphics-and-dynamic-layers/m-p/252277#M23365</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-07-09T19:19:08Z</dc:date>
    </item>
  </channel>
</rss>

