"sympa test soap" is a perl soap client for Sympa for TEST ONLY. Use it to illustrate how to code access
to features of Sympa soap server. Authentication can be done via user/password or user cookie or as a
trusted remote application
Usage: sympa test soap --service=<a sympa service> --trusted_application=<app name>
--trusted_application_password=<password> --proxy_vars=<id=value,id2=value2>
--service_parameters=<value1,value2,value3> <soap sympa server url>
OR usage: sympa test soap --user_email=<email> --user_password=<password> --session_id=<sessionid>
--service=<a sympa service> --service_parameters=<value1,value2,value3> <soap sympa server url>
OR usage: sympa test soap --cookie=<sympauser cookie string> <soap sympa server url>
Example: sympa test soap --cookie=sympauser=someone@cru.fr <soap sympa server url>