all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 additions and 0 deletions
9
Task/SOAP/Tcl/soap.tcl
Normal file
9
Task/SOAP/Tcl/soap.tcl
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package require WS::Client
|
||||
|
||||
# Grok the service, and generate stubs
|
||||
::WS::Client::GetAndParseWsdl http://example.com/soap/wsdl
|
||||
::WS::Client::CreateStubs ExampleService ;# Assume that's the service name...
|
||||
|
||||
# Do the calls
|
||||
set result1 [ExampleService::soapFunc "hello"]
|
||||
set result2 [ExampleService::anotherSoapFunc 34234]
|
||||
Loading…
Add table
Add a link
Reference in a new issue