Below is code which will allow you to connect to the QC using Autoit.
$objSAapi = ObjCreate("SAClient.SAapi")
$objSAapi.Login("http://%3cservername%3e:8080/qcbin", "<User Name>", "<Password>")
$Output = $objSAapi.GetUser("<User Name>")
MsgBox(0, "SRE Example 4 Result", $Output)
$objSAapi = ObjCreate("SAClient.SAapi")
$objSAapi.Login("http://%3cservername%3e:8080/qcbin", "<User Name>", "<Password>")
$Output = $objSAapi.GetUser("<User Name>")
MsgBox(0, "SRE Example 4 Result", $Output)
No comments:
Post a Comment