Skip to main content
Inspiring
October 11, 2006
Question

How to parse GetSOAPRequest result

  • October 11, 2006
  • 1 reply
  • 230 views
Hi,

Can someone help me, how can I parse the following GetSOAPRequest result? The following xml is the sample that I am trying to parse. Thank you.

<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap=" http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<getCountriesListResponse xmlns=" http://www.voxbone.com/VoxService">
<countries>
<ns1:Country xmlns:ns1=" http://containers.services.webservices.voxbone">
<availableDidsCount xmlns=" http://containers.services.webservices.voxbone">79</availableDidsCount>
<countryCodeA2 xmlns=" http://containers.services.webservices.voxbone">AR</countryCodeA2>
<countryName xmlns=" http://containers.services.webservices.voxbone">ARGENTINA</countryName>
<countryPhoneCode xmlns=" http://containers.services.webservices.voxbone">54</countryPhoneCode>
</ns1:Country>
<ns1:Country xmlns:ns1=" http://containers.services.webservices.voxbone">
<availableDidsCount xmlns=" http://containers.services.webservices.voxbone">73</availableDidsCount>
<countryCodeA2 xmlns=" http://containers.services.webservices.voxbone">BR</countryCodeA2>
<countryName xmlns=" http://containers.services.webservices.voxbone">BRAZIL</countryName>
<countryPhoneCode xmlns=" http://containers.services.webservices.voxbone">55</countryPhoneCode>
</ns1:Country>
</countries>
</getCountriesListResponse>
</soap:Body>
This topic has been closed for replies.

1 reply

October 12, 2006