Here is the code, I am trying to call webservice to add i, j values, but it returns zero result (failed to send parameters i and j)
package require WS::Client
::WS::Client::GetAndParseWsdl "http://localhost:8080/CalculatorWSApplication/CalculatorWS?WSDL"
set i 5
set j 2
set inputs [list i $i...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.