Web Service Support

Nima Mazloumi (nima.mazloumi@gmx.de)

See under cas-auth/lib/login.tcl for a web service based support. In order to get it working you need tsoap. Comment out in tsoap/tcl/SOAP-procs.tcl the lines

package require SOAP::Utils;
package require rpcvar;

Rename rpcvar-procs.tcl to 00-rpcvar-procs.tcl Otherwise SOAP-procs.tcl won't load correctly.

You also need to install tls to get tsoap load correctly.