<?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: A problem about GP Service in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/a-problem-about-gp-service/m-p/664025#M17042</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The HTTP web request becomes too long for a GET.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;source: &lt;/SPAN&gt;&lt;A href="http://en.wikipedia.org/wiki/Query_string"&gt;http://en.wikipedia.org/wiki/Query_string&lt;/A&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Internet Explorer does not support URLs that have more than 2083 characters. There is no limit on the number of parameters in a URL; only the raw (as opposed to URL encoded) character length of the URL matters. Web servers may also impose limits on the length of the query string, depending on how the URL and query string is stored. If the URL is too long, the web server fails with the 414 Request-URI Too Long HTTP status code.&lt;BR /&gt;&lt;BR /&gt;The common workaround for these problems is to use POST instead of GET and store the parameters in the request body. The length limits on request bodies are typically much higher than those on URL length. For example, the limit on POST size, by default, is 2 MB on IIS 4.0 and 128 KB on IIS 5.0.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jun 2011 01:02:02 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2011-06-07T01:02:02Z</dc:date>
    <item>
      <title>A problem about GP Service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/a-problem-about-gp-service/m-p/664022#M17039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I create a&amp;nbsp; GP Service :buffer points.And use "featureset" to send the parameter.The code as follow:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; parameters.Add(new GPFeatureRecordSetLayer("Input_Features",fs ))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; When "fs" contains about 10 points,it can work.But when there are more points(about 50),the program abnormal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; How strange it is.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Why?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2011 14:56:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/a-problem-about-gp-service/m-p/664022#M17039</guid>
      <dc:creator>anyu</dc:creator>
      <dc:date>2011-05-30T14:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: A problem about GP Service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/a-problem-about-gp-service/m-p/664023#M17040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What version of ArcGIS server and API are you using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you try to switch to ClientHttp for that GP Service URL to see if the issue will be solved?&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
bool httpResult = WebRequest.RegisterPrefix("http://GPServiceURL", WebRequestCreator.ClientHttp);&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can run Fiddler to see if the request is a GET or POST.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:04:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/a-problem-about-gp-service/m-p/664023#M17040</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2021-12-12T04:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: A problem about GP Service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/a-problem-about-gp-service/m-p/664024#M17041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What version of ArcGIS server and API are you using?&lt;BR /&gt;&lt;BR /&gt;Can you try to switch to ClientHttp for that GP Service URL to see if the issue will be solved?&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
bool httpResult = WebRequest.RegisterPrefix("http://GPServiceURL", WebRequestCreator.ClientHttp);&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;You can run Fiddler to see if the request is a GET or POST.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Why is it necessary to see if the request&amp;nbsp; a GET or POST?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:04:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/a-problem-about-gp-service/m-p/664024#M17041</guid>
      <dc:creator>anyu</dc:creator>
      <dc:date>2021-12-12T04:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: A problem about GP Service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/a-problem-about-gp-service/m-p/664025#M17042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The HTTP web request becomes too long for a GET.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;source: &lt;/SPAN&gt;&lt;A href="http://en.wikipedia.org/wiki/Query_string"&gt;http://en.wikipedia.org/wiki/Query_string&lt;/A&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Internet Explorer does not support URLs that have more than 2083 characters. There is no limit on the number of parameters in a URL; only the raw (as opposed to URL encoded) character length of the URL matters. Web servers may also impose limits on the length of the query string, depending on how the URL and query string is stored. If the URL is too long, the web server fails with the 414 Request-URI Too Long HTTP status code.&lt;BR /&gt;&lt;BR /&gt;The common workaround for these problems is to use POST instead of GET and store the parameters in the request body. The length limits on request bodies are typically much higher than those on URL length. For example, the limit on POST size, by default, is 2 MB on IIS 4.0 and 128 KB on IIS 5.0.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 01:02:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/a-problem-about-gp-service/m-p/664025#M17042</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-06-07T01:02:02Z</dc:date>
    </item>
  </channel>
</rss>

