I'm trying to access a custom build rest server via a RestDataSource with dataformat xml and setRecordXPath = "//alias". Everything works as expected, but in the developer console I see a warning for every response:
Any idea what the problem could be?
I'm using SmartGWT v12.0p_2018-06-13
Code:
WARN:RPCManager:Error evaling REST RPC response: SyntaxError: Unexpected token < response text: <response>
<data>
<alias>
<name>name</name>
<prename>prename</prename>
</alias>
</data>
<status>0</status>
<startRow>0</startRow>
<endRow>1</endRow>
<totalRows>1</totalRows>
</response>
I'm using SmartGWT v12.0p_2018-06-13
Comment