<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
 xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 xmlns:ns="http://tempuri.org/ns.xsd"
 xmlns:DS="http://tempuri.org/DS.xsd">
 <SOAP-ENV:Body id="_0">
  <getRowsSoap xmlns="http://tempuri.org">
   <query xsi:type="xsd:string"></query>
   <limit>0</limit>
   <type xsi:type="DS:type">T-unspecified</type>
  </getRowsSoap>
 </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

