I made this request:
<app>
<authentication>
<id>10.1.8.115</id>
<username>admin</username>
21232f297a57a5a743894a0e4a801fc3
<systemId>4</systemId>
<lastAnchor />
<nextAnchor />
</authentication>
<transaction id="1">
<meta>
<property>username</property>
<property>password</property>
</meta>
<user action="select">
<username><![CDATA[admin></username>]]
<password><![CDATA[admin></password>]]
</user>
</transaction>
</app>
but I got this response:
<aspcfs>
<response id="1">
<status>0</status>
<errorText />
<recordSet count="0" name="user" />
</response>
</aspcfs>
There is no user inside and the record count is zero.
If I change, for example, the username to admin2 (a non-existing user), the response is this:
<aspcfs>
<response id="1">
<status>1</status>
<errorText>Transaction failed</errorText>
</response>
</aspcfs>
Anybody can help? Thanks in advance.