You should be able to do this with the query servlet, if you know one exisitng node path
http://localhost:8888/pathexists.query.json?statement= Put XPath query syntax in the statement param (I think statement=//* would get the root, but I'm not at a computer to verify). You'll get back the node list in JSON. Rory Rory Douglas Senior Principal Consultant Oracle Consulting (sent from my Blackberry) ----------Original Message---------- From: Ruben Reusser <[EMAIL PROTECTED]> Sent: Fri, August 08, 2008 2:56 PM To: [email protected] Subject: listing nodes in the root hi. is there a way to do a http request to the launch pad to list all nodes in the root or in any other path? Thanks Ruben
