<div dir="ltr">Thanks Jackie,<br><div>Yes, both the WFS (MapGuide) server's IIS is set to max sizes for Request parameters and POST/GET requests.  </div><div><br></div><div>The Select Within in Fusion calls:</div><div>GetParent().Fusion.xml2json(callback, r);<br></div><div><br></div><div>which causes the error</div><div><span style="color:rgb(0,0,0);font-family:"Times New Roman""><i style=""><font size="1">Exception: An exception occurred in FDO component. Error occurred in Feature Source (Library://WFS/SANDBOX_WFS.FeatureSource): Unexpected error encountered while accessing the server. (Cause: The requested URL returned error: '413 Request entity too large: request URL path too large'. , Root Cause: The requested URL returned error: '413 Request entity too large: request URL path too large'. ) - MgRenderingServiceHandler.ProcessOperation() line 83 file c:\working\build_area\mapguide\3.1.2\x64\mgdev\server\src\services\rendering\RenderingServiceHandler.cpp - MgOpQueryFeatures.Execute() line 125 file c:\working\build_area\mapguide\3.1.2\x64\mgdev\server\src\services\rendering\OpQueryFeatures.cpp - MgServerRenderingService.QueryFeatures() line 1093 file c:\working\build_area\mapguide\3.1.2\x64\mgdev\server\src\services\rendering\ServerRenderingService.cpp - MgServerRenderingService.RenderForSelection() line 1823 file c:\working\build_area\mapguide\3.1.2\x64\mgdev\server\src\services\rendering\ServerRenderingService.cpp - MgServerFeatureService.SelectFeatures() line 451 file c:\working\build_area\mapguide\3.1.2\x64\mgdev\server\src\services\feature\ServerFeatureService.cpp - MgServerSelectFeatures.SelectFeatures() line 331 file c:\working\build_area\mapguide\3.1.2\x64\mgdev\server\src\services\feature\ServerSelectFeatures.cpp</font></i></span><br></div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, May 11, 2022 at 8:31 AM Jackie Ng <<a href="mailto:jumpinjackie@gmail.com">jumpinjackie@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi Gordon,</div><div><br></div><div>A 413 error is most likely being thrown at the IIS/Apache web server level. I know IIS has things like 30MB payload limits for POST requests. There's probably a similar restriction on URL length.</div><div><br></div><div>Failing that, try using POST instead of GET for the WFS select within if it's possible as for POST all request parameters will be in the submitted body and not specified in the URL.</div><div><br></div><div>- Jackie</div><div><br></div>You wrote:<div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><pre style="font-family:courier,"courier new",monospace;font-size:14px;white-space:pre-wrap;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)">Hi All,</pre></div><div><pre style="font-family:courier,"courier new",monospace;font-size:14px;white-space:pre-wrap;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)">has anyone had any success with "select-within" selecting WFS generated</pre></div><div><pre style="font-family:courier,"courier new",monospace;font-size:14px;white-space:pre-wrap;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)">layers?</pre></div><div><pre style="font-family:courier,"courier new",monospace;font-size:14px;white-space:pre-wrap;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)">Currently getting a '413 Request entity too large: request URL path too</pre></div><div><pre style="font-family:courier,"courier new",monospace;font-size:14px;white-space:pre-wrap;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)">large' with only my layers coming from WFS.</pre></div><div><pre style="font-family:courier,"courier new",monospace;font-size:14px;white-space:pre-wrap;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)"></pre></div><div><pre style="font-family:courier,"courier new",monospace;font-size:14px;white-space:pre-wrap;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)">Trying to figure out if it's a bug or my setup.</pre></div><div><pre style="font-family:courier,"courier new",monospace;font-size:14px;white-space:pre-wrap;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)"></pre></div><div><pre style="font-family:courier,"courier new",monospace;font-size:14px;white-space:pre-wrap;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)">thanks</pre></div><div><pre style="font-family:courier,"courier new",monospace;font-size:14px;white-space:pre-wrap;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)">gordon</pre></div></blockquote><div><div dir="ltr"><div dir="ltr"><div></div></div></div><br clear="all"><div><br></div>-- <br><div dir="ltr"><div dir="ltr"><font size="1"><i>Please Note: I no longer create new posts or post replies to any OSGeo mailing list through nabble. As a result, you most likely won't see this message appear on nabble's view of any OSGeo mailing list and may only see this message through mailing list archives or depending on your mailing list subscription settings, through daily message digests or automated notifications from the mailing lists.</i></font></div></div></div></div>
_______________________________________________<br>
mapguide-users mailing list<br>
<a href="mailto:mapguide-users@lists.osgeo.org" target="_blank">mapguide-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/mapguide-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
</blockquote></div>