Hello Gx,
I think that Michael’s previous explanation covers this situation too.
If the documents have elements whose names are qualified with a namespace, you need to specify that namespace in the query to retrieve them.
(If you use the unqualified name “base” in a query, you are implicitly referring to the “base” in the null namespace - but in this case you need to refer to the “base” that is in the “http://www.myurl.com/namespaces” namespace.)
I think that the easiest way to do this will be to add a namespace prefix definition to your schema (something like xmlns:gxl=“http://www.myurl.com/namespaces” for example), then use the defined prefix in the query (i.e. “/gxl:base”).
I hope that helps,
Trevor.
#Tamino#API-Management#webMethods