Select to view content in your preferred language

Large requests by tasks are failing

1103
2
09-22-2011 01:14 PM
TomWang
Emerging Contributor
Hi,

I googled around and found this post from http://geo.geek.nz/development/whats-new-in-the-updated-arcgis-api-for-microsoft-silverlight-wpf/

"Resolved bugs: Large requests by tasks are failing. If a task creates a Web request with greater than 2048 characters in the URI, the task will use POST (instead of GET) to submit the request."

I have a client who is working with the Silverlight API 2.2 and ArcGIS Server 10 SP2.  They are running into an problem wherein their application seems to be making GET HTTP requests to ArcGIS Server that exceed the maximum URI length of 2048 characters.  When this happens this leads to errors in the application, and then the map vanishes from the viewer menu.

Any idea?

Thanks
0 Kudos
2 Replies
DominiqueBroux
Esri Frequent Contributor
We need to know which SL API method generates this kind of issue.

Thanks.
0 Kudos
dotMorten_esri
Esri Notable Contributor
...or at least the full URL that is used to make that request (you can catch that using Fiddler).
0 Kudos