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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FreeWrap a WebService (SOAP) App

Status
Not open for further replies.

smiththomasg

Programmer
Jan 10, 2005
1
US
Have been trying everything to use 'Freewrap' to create a app that uses SOAP. The code sets:
lappend auto_path C:/Programs/TclTk/8.3/lib
lappend auto_path C:/Programs/TclTk/8.3/lib/tcl8.3
lappend auto_path C:/Programs/TclTk/8.3/lib/tk8.3
lappend auto_path C:/Programs/TclTk/Tcl/lib/tcldom-2.0
lappend auto_path C:/Programs/TclTk/Tcl/lib/soap1.6.1
and then loads the packages:
package require http 2.3
package require dom
package require SOAP

The code works fine under Tck/Tk 8.3.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top