↧
VBScript XML pretty print
I don't know if this would ever be useful to anyone, but anyway: Option Explicit Dim xmlDoc Set xmlDoc = CreateObject("Microsoft.XMLDOM") xmlDoc.async = False...
View ArticleSharePoint Web Services query
This VBScript code allows you to query and post just about any information to SharePoint using web services. There are two steps involved:Check the signature of the Web Service you want to invoke. For...
View ArticleMore on VBScript and SharePoint SOAP
In response to a question from a reader, Tim, this is a follow-up from an earlier article on SharePoint, SOAP and VBScript. This time, we'll look at how to do more complex calls to SharePoint web...
View Article