SOAP: Difference between revisions

Content added Content deleted
m (omit reason)
Line 25: Line 25:
<lang AutoHotkey>WS_Initialize()
<lang AutoHotkey>WS_Initialize()
WS_Exec("Set client = CreateObject(""MSSOAP.SoapClient"")")
WS_Exec("Set client = CreateObject(""MSSOAP.SoapClient"")")
WS_Exec("SOAPClient.MSSoapInit ""http://example.com/soap/wsdl""")
callhello = client.soapFunc("hello")
callhello = client.soapFunc("hello")
callanother = client.anotherSoapFunc(34234)
callanother = client.anotherSoapFunc(34234)