Simple SOAP Example
For those who don't know what SOAP (Simple Object Access Protocol) is.
In this SOAP example, you will learn what SOAP is, and how it uses XML to exchange information between applications.
The next step will be, how to turn AU3 into a Web Services server.
This is the SOAP CLIENT
Dim $objHTTP
Dim $strEnvelope
Dim $strReturn
Dim $objReturn
Dim $dblTax
Dim $strQuery
Dim $value
$value = InputBox("Testing", "Enter your new value here.", 10)
; Initialize COM error