Arulkannan

Arulkannan

  • NA
  • 2
  • 2.6k

How To parse the value from nested element ""

Dec 20 2012 4:50 AM
<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="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" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
   <SOAP-ENV:Body>
      <ns1:request_countriesResponse xmlns:ns1="urn:server.request_countries">
         <return xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:Country[1]">
            <item xsi:type="xsd:Country">Brasil</item>
         </return>
      </ns1:request_countriesResponse>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>