12-16-04 11:49 PM
I'm calling a web service within my orchestration that returns a xml.documen
t.
This is what it returns:
<?xml version="1.0" encoding="utf-8" ?>
- <MainFrameOutput>
<Field>PASSED SECURITY</Field>
<Field>INFO - SIGNON ACCEPTED</Field>
</MainFrameOutput>
But depending on the message, it could have more "Field" nodes. Now I'm
thinking I'll be using a loop and getting the childnode count to control the
loop. But how do I get the value in the "Field" node.
I've tried "varstring = xpath(msg,
--
Carlos
[ Post a follow-up to this message ]
|