Hi Saúl, thanks for the quick response.<div><br></div><div>Yes, I&#39;m just doing a standard HTTP GET; I&#39;ve tried from various browsers, a JSP using java.io.BufferedReader, and a wget from the same machine, and all return just 65535 bytes.</div>
<div><br></div><div>If I try with wget from localhost using the external hostname, the results are the same; if I make the query explicitly against localhost, I get a 404 and the log file shows &quot;XCAP root not found for URI&quot;.</div>
<div><br></div><div>Sorry for what is undoubtedly a newbie question, and thanks again for your help.</div><div><br></div><div>Cheers,</div><div>-greg</div><div><br><br><div class="gmail_quote">On Tue, Oct 23, 2012 at 10:11 AM, Saúl Ibarra Corretgé <span dir="ltr">&lt;<a href="mailto:saul@ag-projects.com" target="_blank">saul@ag-projects.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<div><div class="h5"><br>
On Oct 23, 2012, at 9:50 AM, Greg Gladman wrote:<br>
<br>
&gt; Hello all,<br>
&gt;<br>
&gt; I&#39;m consuming data from openxcap as part of a web application, but I&#39;ve run into what seems to be a limitation in the size of the query results. Specifically, I&#39;m querying for a list of users using a URI of the form:<br>

&gt;<br>
&gt; <a href="http://xcapserver/xcap-root/resource-lists/users/username%40domain.com/index" target="_blank">http://xcapserver/xcap-root/resource-lists/users/username%40domain.com/index</a><br>
&gt;<br>
&gt; The XML data is returned correctly in cases where the results occupy less than 64K, but above that threshold the results seem to be truncated or chunked. This is fine, except that I don&#39;t see a documented way to request the remaining result chunks or specify a maximum result size.<br>

&gt;<br>
&gt; Could anyone please point me to the relevant documentation or provide some insight into how to correctly handle large result sets like this one?<br>
&gt;<br>
<br>
</div></div>That limitation is not imposed by the software itself. It could be a network element that is not assembling packet fragments correctly. My resource-lists document is currently &gt; 500K and it&#39;s working just fine. How are you receiving the data, just an HTTP GET? Does it also happen if you run it in localhost?<br>

<br>
<br>
Regards,<br>
<br>
--<br>
Saúl Ibarra Corretgé<br>
AG Projects<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div><br><br>
</div>