java—如何为soap响应编写xpath

nkcskrwz  于 2021-07-06  发布在  Java
关注(0)|答案(0)|浏览(209)

我想在下面的响应中验证lobtype标记

<typ2:service>
                       <typ2:serviceId/>
                       <typ2:serviceDescription/>
                       <typ2:productInstance xsi:type="typ2:UpwareProduct" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                          <typ2:productInstanceId/>
                          <typ2:lobType>UPWARE</typ2:lobType>
                          <typ2:productAttributes/>
                          <typ2:resources/>
                          <typ2:associatedSiteReferences>
                             <typ2:string>SITE52</typ2:string>
                          </typ2:associatedSiteReferences>
                          <typ2:productName>Cloud Solutions</typ2:productName>
                          <typ2:productId>1157851548</typ2:productId>
                       </typ2:productInstance>
                       <typ2:associatedSiteReferences>
                          <typ2:string/>
                       </typ2:associatedSiteReferences>
                    </typ2:service>

上面是soap响应的一个片段。所以这个块会在响应中以不同的值重复。我想利用productinstance标记和其中提供的值(比如upwareproduct)来标识标记。
任何帮助都将不胜感激

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题