Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Pramila15

  1. Pramila15

    Web Service call from tcl

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

Part and Inventory Search

Back
Top