私はこの形の石鹸反応を持っています
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:Responseto xmlns:ns2="http://xyz.company.com/">
<return>
<objectContent xsi:type="xs:string" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema">/path/to/file.txt</objectContent>
<objectType>FILEPATH</objectType>
<rid>111</rid>
<sid>2</sid>
</return>
</ns2:Responseto>
</S:Body>
</S:Envelope>
xpathアサーションにフィードするために、jmeterでオブジェクトコンテンツを抽出したいと思います。
誰かがこれを行う方法を提案できますか?
試し//return/objectType
ましたが、DebugSamplerに、変数の値が空白であることが示されました。