Hi,
I checked the access log file, I makes entries of those accessed directly by the browser and the connect entries from the JAVA API, the following queries are not logged.
the following does not fetch results
TaminoResult tr = tamino.query(“Telephone[Lastname="Weber"]”);
OR
TaminoResult tr = tamino.query(“Telephone[Lastname=Weber]”);
and the following retrieves the record.
TaminoResult tr = tamino.query(“Telephone[EntryID=315]”);
(Both are text nodes)
Is it a problem with the way I handle strings or Is this a bug.
Regards
Pushparajan
#webMethods#webMethods-Tamino-XML-Server-APIs#API-Management