Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.basic.visual.misc > #733

Re: SOAP & XML parsing

From Deanna Earley <dee.earley@icode.co.uk>
Newsgroups comp.lang.basic.visual.misc
Subject Re: SOAP & XML parsing
Date 2012-02-02 12:11 +0000
Organization Aioe.org NNTP Server
Message-ID <jgdugr$cl9$1@speranza.aioe.org> (permalink)
References <3770c896-dec9-4645-9861-8ad7154ee0d7@eb6g2000vbb.googlegroups.com>

Show all headers | 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 | NextPrevious in thread | Find similar


Thread

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