If you are using the Developer Query creator UI to define they queries, then you can run the service once in Trace mode, and then you will be able to see the results of any particular query instantly. Also, you should be able to browse the tree of the incoming document and select an element/attribute that you want and right click to have a query generated for you (a big help for deeply nested data). This generated query will be for a specific element/attribute, but you can modify the generated query from something like:
doc.table[0].tr[0].td[0].text
to something that returns all the results you want in one data structure:
doc.table[0].tr.td.text
The later query would return a StringTable.
If this doesn’t help, please post a sample of the HTML document.
Cheers,
Fred
#webMethods-General#Integration-Server-and-ESB#webMethods