Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
11
Task/SOAP/AutoHotkey/soap.ahk
Normal file
11
Task/SOAP/AutoHotkey/soap.ahk
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
WS_Initialize()
|
||||
WS_Exec("Set client = CreateObject(""MSSOAP.SoapClient"")")
|
||||
WS_Exec("client.MSSoapInit ""http://example.com/soap/wsdl""")
|
||||
callhello = client.soapFunc("hello")
|
||||
callanother = client.anotherSoapFunc(34234)
|
||||
|
||||
WS_Eval(result, callhello)
|
||||
WS_Eval(result2, callanother)
|
||||
Msgbox % result . "`n" . result2
|
||||
WS_Uninitialize()
|
||||
#Include ws4ahk.ahk ; http://www.autohotkey.net/~easycom/ws4ahk_public_api.html
|
||||
Loading…
Add table
Add a link
Reference in a new issue