How to make the demo work ------------------------- On both systems (client and server, assuming they are Debian systems) install: http://homer.w3.org/~hugo/libsoap-lite-perl_0.55+1.2-0.1_all.deb This is a modified SOAP::Lite with the final SOAP 1.2 namespaces. Note that there may be a few bugs in it... You need Perl 5.8 on the server. SOAP::Lite Perl client ---------------------- Get help with: # perl client.pl --help Perl server ----------- Get help with: # perl ws-zakim.pl --help The server only accepts connections from localhost. Use either a local client or an SSH tunnel to the server: ssh -L 8080:localhost:8080 @server@ cat > /dev/null TODO ---- - Windows client (hoping that it's going to work and will have time) - Write WSDL for server