Forum OpenACS Development: Re: TCL8.3 and TCLSOAP1.6.7

Collapse
Posted by Andrew T on
Add another problem ... i fixed the auto_path error in a very dodgy way (if(![info exists auto_path]) set auto_path... in the procedure that was error-ing out.... now i have this problem when i try to make the SOAP call...

invalid command name "::http::config"
    while executing
"::http::config -useragent "TclSOAP/$version ($::tcl_platform(os))""
    (procedure "::SOAP::Transport::http::xfer" line 10)
    invoked from within
"$transport $procVarName $url $req"
    (procedure "::SOAP::invoke" line 18)