MSXML2

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules >

MSXML2

 

Description

 

MSXML2 module partially implements Microsoft ServerXMLHTTPRequest and DOMDocument.

 

It can be used to call web services REST API

 

References:

https://msdn.microsoft.com/en-us/library/ms754586(v=vs.85).aspx

https://msdn.microsoft.com/en-us/library/ms756987(v=vs.85).aspx

 

How to use this module

 

Inside your script, before calling any module specific keyword, add the following:

 

USES "MSXML2"