Thread
:
VBScript Web Service GetListItem - store returning value
View Single Post
#
2
(
permalink
)
January 13th, 2010, 08:19 PM
Old Pedant
Friend of Wrox
Join Date: Jun 2008
Posts: 1,649
Thanks: 3
Thanked 141 Times in 140 Posts
You have to load the response into an XML DOM object and then use DOM methods to extract the information.
This is pretty old and uses a prior version of the DOM, but it should get you started:
http://msdn.microsoft.com/en-us/library/aa468547.aspx
Old Pedant
View Public Profile
Find all posts by Old Pedant