hi,
I’m using Tamino 4.1.4.1 xml server from asp pages, using JS TaminoLib.
If I try to execute a simple query i recive and error response from tamino, here is the code:
var query = “for $a in input()/* return $a”;
var dbname=“http://dbserver:81/tamino/GA4141/IMS”;
var QueryObj;
QueryObj = new TaminoClient(dbname);
var objLR = QueryObj.query(query);
This is the error i recieve:
INOXIE8320 Error parsing the XQL query, Unexpected token $a found, expected was End of query
Any ideas?
Does js lib support xquery?
Thanks a lot
#webMethods-Tamino-XML-Server-APIs#webMethods#API-Management