<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Web Service Support</title> </head> <body> <h1>Web Service Support</h1> <p>Nima Mazloumi (nima.mazloumi@gmx.de)</p> <p>See under <code>cas-auth/lib/login.tcl</code> for a web service based support. In order to get it working you need tsoap. Comment out in <code>tsoap/tcl/SOAP-procs.tcl</code> the lines <pre>package require SOAP::Utils; package require rpcvar;</pre> <p>Rename <code>rpcvar-procs.tcl</code> to <code>00-rpcvar-procs.tcl</code> Otherwise <code>SOAP-procs.tcl</code> won't load correctly. <p>You also need to install <code>tls</code> to get <code>tsoap</code> load correctly.