Hi,
I am trying to invoke a xquery + function call together from my java code.
- So how should the query string in java look like ? I can obtained the $q object, but unable to invoke the function call
- I am trying to obtained the ino:id together in 01 database operation , is this possible with XQuery in Java API ?
- If not any suggesstion / advise ?
xquery:
declare namespace tf=“htp://namespaces/softwareag.com/tamino/TaminoFunction”
for $q/ownerId=490
return
tf:getInoId
In addition, can anyone advise me on the following:
- its seems that Tamino’s support for XQuery 4 is not very mature (eg no direct access for ino:id), so should I switch to X-Query instead (using with Java code)
Thanks in advance.
#webMethods-Tamino-XML-Server-APIs#webMethods#API-Management