NAME
sympa-test-soap - Demo client for Sympa SOAP/HTTP API
DESCRIPTION
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>
HISTORY
sympa_soap_client.pl
appeared on Sympa 4.0a.8.
Its function was moved to sympa test soap
command line on Sympa 6.2.71b.