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...