我有以下 xml 查询:
<return>
<code>success</code>
<message/>
<deal>
<checksum>203591</checksum>
<documentID>21783</documentID>
<dealStatus>P</dealStatus>
<financing>
<financeType>L</financeType>
<term>32</term>
</financing>
<options>
<disclosureType/>
<frontBackFlag>P</frontBackFlag>
<hardSoftFlag>M</hardSoftFlag>
<optionCode>TO</optionCode>
<optionDescription>QAfhggddate DOCID 219</optionDescription>
<optionOrigin>xxx</optionOrigin>
<optionPrice>
<optionPricingType>INVIICE</optionPricingType>
<price>111.99</price>
</optionPrice>
<optionPrice>
<optionPricingType>RETAIL</optionPricingType>
<price>2.99</price>
</optionPrice>
<optionResidualAmount>3.99</optionResidualAmount>
<residualTableAmount>0.00</residualTableAmount>
<residualTableFlag>N</residualTableFlag>
<satisfiedDate>2012-05-08T00:00:00-06:00</satisfiedDate>
</options>
</deal>
</return>
我需要设置一个检查点来验证上述响应是否只有我们规范中提到的字段。例如。optionPrice 应该只有 optionPricingType 和价格标签。那么如何编写 xpath 或 xqery 来获取 optionPrice 下的所有标签标签,而不需要它们的值。
我正在使用 SOAP UI 来放置断言