Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.basic.visual.misc > #733
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail |
|---|---|
| From | Deanna Earley <dee.earley@icode.co.uk> |
| Newsgroups | comp.lang.basic.visual.misc |
| Subject | Re: SOAP & XML parsing |
| Date | Thu, 02 Feb 2012 12:11:09 +0000 |
| Organization | Aioe.org NNTP Server |
| Lines | 27 |
| Message-ID | <jgdugr$cl9$1@speranza.aioe.org> (permalink) |
| References | <3770c896-dec9-4645-9861-8ad7154ee0d7@eb6g2000vbb.googlegroups.com> |
| NNTP-Posting-Host | rjApkXnSOjrT83QpZ8fKqg.user.speranza.aioe.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Complaints-To | abuse@aioe.org |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; rv:10.0) Gecko/20120129 Thunderbird/10.0 |
| X-Notice | Filtered by postfilter v. 0.8.2 |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.basic.visual.misc:733 |
Show key headers only | View raw
On 02/02/2012 10:37, AEJ45 wrote: > Hello. I have the following SOAP Response document: > <SNIP> > > I have tried many methods of reading the data but every time I try to > read an individual node I get an Object or With Block not set. > > I need to read through the document, extract the Base64 Binary and > save it to a pdf file. Any help would be appreciated. What code have you tried? It's fairly straight forward XML parsing complicated slightly by the use of namespaces. An alternative to SelectSingleNode() is to use nested loops and check the element names. -- Deanna Earley (dee.earley@icode.co.uk) i-Catcher Development Team http://www.icode.co.uk/icatcher/ iCode Systems (Replies direct to my email address will be ignored. Please reply to the group.)
Back to comp.lang.basic.visual.misc | Previous | Next — Previous in thread | Find similar
SOAP & XML parsing AEJ45 <AllenJ@restons.co.uk> - 2012-02-02 02:37 -0800 Re: SOAP & XML parsing Deanna Earley <dee.earley@icode.co.uk> - 2012-02-02 12:11 +0000
csiph-web