put this in the return
<?xml version='1.0' encoding='utf-8' ?>
and that bugs out on the JSON data driver.
“Unexpected token <”
if fixed it with this
data=data.substring(data.indexOf("["));
but with every update/bugfix from you guys it is getting annoying to add. Specially when I dont have the debug JS file
Which connector class you are using for data generation?
( there must not be the <?xml head in case of json output )
Please try to use the attached php file instead of the original ones - this is the latest version and it works with json data without any problems.
connector-php.zip (639 KB)
can I get the Java version?