<?xml version="1.0" ?>
<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:getCountriesResponse xmlns:ns1="SoapQrcode">
<return SOAP-ENC:arrayType=":[8]" xsi:type="SOAP-ENC:Array">
<item xsi:type="xsd:string">
China
</item>
<item xsi:type="xsd:string">
France
</item>
</return>
</ns1:getCountriesResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
我正在使用这种 XML 格式,如何使用 Titanium 从中获取国家/地区的名称?