- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
This is the internal coerce rules issue.
Your first variable w3cDoc is of type org.w3c.dom.Document, Am i correct?
So even if you hold xml data within it, the type is declared as Document (you can't use xpath to find attributes similar to xml variable)
Hence, you cannot directly use the xpath as /process_data/w3cDoc/JOB/DOCUMENTO/HEADER/OUTPUTPATH
You can try one of these two options.
1. Assign your Document variable to an XML variable and use xpath on the XML variable.
2. Or convert the data type of w3cDoc to XML
This might be possible in ES2 because the ES2 may support this direct coercion
Nith
Views
Replies
0 Likes
Total Likes