This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

matching against xml

Is there a trick to getting a match to work against an xml return?   WPM doesn't seem to actually look at any of the returned xml so I'm unable to verify that they page worked.

For example, on a return like this, I can't get the page to pass using any of the returned results.

We have tons of applications that are tested this way.

I clearly see the AcctNum returned in the the recorder, but using that as the text to match against doesn't work.

- <GetRoutingParms version="0">

<ResultCode>0</ResultCode>

<ResultMsg />

<RM />

<RMExt />

<RMRegion />

<SRM />

<SRMExt />

<SRMPod />

<SiteName />

<VanityNum />

<AcctNum>XXX</AcctNum>

<SSN />

<SeriousInvestor />

<Tier>10</Tier>

<PET />

<TotalAssets />

<Accounts />

</GetRoutingParms>