• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

How to parse GetSOAPRequest result

Community Beginner ,
Oct 11, 2006 Oct 11, 2006

Copy link to clipboard

Copied

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>
TOPICS
Advanced techniques

Views

192

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Oct 11, 2006 Oct 11, 2006

Copy link to clipboard

Copied

LATEST

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation