Skip to Content.
Sympa Menu

devel - [sympa-dev] Re: authenticateAndRun for createList not working in SOAP server in 5.3.3 ?

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Olivier Berger <address@concealed>
  • To: "address@concealed" <address@concealed>
  • Subject: [sympa-dev] Re: authenticateAndRun for createList not working in SOAP server in 5.3.3 ?
  • Date: Fri, 21 Sep 2007 16:29:42 +0200

Hi.

Looks like with 'use strict vars' I get better results... maybe
something which got added in SVN on 5.3.3-branch in order to help in
this respect ?

Btw, that woul help to have the $Rev$ in comments on top of the sources,
just in case, to check which revision a problem occurs in ;)

Will try and confirm, but any hints still much welcome ;)

Le vendredi 21 septembre 2007 à 15:38 +0200, Olivier Berger a écrit :
> Hi.
>
> I'm doing tests on sympa 5.3.3's SOAP server, and cannot seem to make
> authenticateAndRun work for createList :(
>
> I'm using the soap client in Perl in which I did something like :
> $reponse =
> $soap->authenticateAndRun($user_email,$md5,'createList',['essai5','essai5','picoforge_publicproject_members','List
> essai4 of project essai4','essai4'])
> &print_result($reponse);
> called with the listmaster user...
>
> Using logging instructions (like do_log('debug', etc) on the server
> side, I try and follow the call trace in the SOAP server.
> But I only can see it call authenticateAndRun(), which receives my args,
> and authenticates me well, but which never seem to call createList() :(
>
> I suspect something weird in the invocation of the method in :
> &{$service}($self,@$parameters);
>
> I'm not literate in Perl, so I'm a bit confused on how to debug that :(
>
> Anybody successfully tested the list creation in that version with
> SOAP ?
>
> Any hints on how to try and see why/what's happening in this invotation
> of the method, and maybe an alternate way to write that in Perl to try
> and see why it's failing ?
>
> I'm doing that on a Debian testing system, trying to validate the new
> Debian package for our use in PicoForge 1.1, btw.
>
> Thanks in advance.
>
> Best regards,
--
Olivier BERGER <address@concealed> (ATTENTION : new address)
Ingénieur Recherche - Dept INF
GET/INT at Evry (http://www.int-edu.eu/)
OpenPGP-Id: 1024D/6B829EEC






Archive powered by MHonArc 2.6.19+.

Top of Page