У меня есть полезная нагрузка, как показано ниже.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<response xmlns="http://edip-api.macausjm-glp.com/apiservice">
<recipientAddress>zoehuang@asqimacau.com,well168168@gmail.com</recipientAddress>
<subject>Test email</subject>
<content>
<html>
<h1>this is the title</h1>
<br />
<p>this is the content................</p>
</html>
</content>
</response>
</soapenv:Body>
</soapenv:Envelope> {org.apache.synapse.mediators.builtin.LogMediator}
Мне нужно получить значение контента, как показано ниже, как я могу получить свойство?
<html>
<h1>this is the title</h1>
<br />
<p>this is the content................</p>
</html>