Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 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