I’m trying to get my first join to work and have run into a bit of a mystery. I’ve recreated the Customer/Product/Order scenario as described in the documentation.
If I enter the following query
/Order_id[@C_ob_id=“1”]/@P_ob_id/
I get “XQL Request processed, no object returned”
(not what I’m supposed to get)
but if I remove the predicate and just enter
/Order_id/@P_ob_id/
I get what I expected the first time, which is the associated product node.
As a sanity check, if I just query
/Order_id
I get
xql:result
<Order_id ino:id=“1” C_ob_id=“1” P_ob_id=“1” />
</xql:result>
Any ideas ?
matt
#API-Management#webMethods#Tamino