Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
sympa-test-soap(1)		 sympa 6.2.76		    sympa-test-soap(1)

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.

6.2.76				  2025-02-03		    sympa-test-soap(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=sympa-test-soap&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help