Select to view content in your preferred language

Silverlight Proxy Question

662
2
08-27-2010 09:29 AM
AlexJacobson
Emerging Contributor
Does the Silverlight 2.0 API support using the Proxy.ashx for long requests (2000+ characters) as the JavaScript API does? I found the link to SLProxyPage.zip on the secure services page but have not found any documentation for the SL API regarding reqests with lengths of 2000+ characters. I am attempting to apply very long Layer Definitions to a layer and am running into issues.

Thanks,
-Alex
0 Kudos
2 Replies
dotMorten_esri
Esri Notable Contributor
There's currently a limitation to ArcGISDynamicMapserviceLayer with respect to very large definitions. This shouldn't really be because of the proxy though. Are you saying it works if you don't use a proxy?
0 Kudos
AlexJacobson
Emerging Contributor
No, long layer definitions do not work with or without the proxy.

Is there a plan to implement functionality similar to the js api (i.e requests with length > 2000 charaters will be converted from HTTP GET to HTTP POST)?
0 Kudos