Special Characters in the Request

Because the SQL request is sent as the text of an XML element, and not as CDATA, any special characters must be replaced with their XML-compatible character entities. The following table shows these characters and their proper character entities:

Character XML character entity
& (ampersand) &
< (less-than) &lt;
> (greater-than) &gt;
' (apostrophe, single quotation mark) &apos;
" (double quotation mark) &quot;

Requesting Row Ranges

Search Errors Format

Search Request Format

Search Response Format