parsing - How can I parse this xml? -


<?xml version="1.0" encoding="utf-8"?> <soap:envelope xmlns:xsi="http://www.w3.org/2001/xmlschema-instance" xmlns:xsd="http://www.w3.org/2001/xmlschema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">   <soap:body>     <paymentnotification xmlns="http://apilistener.envoyservices.com">       <payment>         <uniquereference>esdeur11039872</uniquereference>               <epacsreference>74348dc0-cbf0-df11-b725-001ec9e61285</epacsreference>         <postingdate>2010-11-15t15:19:45</postingdate>         <bankcurrency>eur</bankcurrency>         <bankamount>1.00</bankamount>         <appliedcurrency>eur</appliedcurrency>         <appliedamount>1.00</appliedamount>         <countrycode>es</countrycode>         <bankinformation>sean wood</bankinformation>   <merchantreference>esdeur11039872</merchantreference>    </payment>     </paymentnotification>   </soap:body> </soap:envelope> 

with xml parser.

how getting xml?


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -