Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to close a list via SOAP client #339

Closed
codeskine opened this issue Jun 12, 2018 · 1 comment
Closed

Unable to close a list via SOAP client #339

codeskine opened this issue Jun 12, 2018 · 1 comment
Labels
Milestone

Comments

@codeskine
Copy link

codeskine commented Jun 12, 2018

I'm developing a Java client to allow user to create and remove and manage their own mailing list, but unfortunately I was unable to close a list due this error:

Jun 12 08:49:20 mailinglists sympasoap[7230]: notice Sympa::SOAP::login(*******)
Jun 12 08:49:21 mailinglists sympasoap[7230]: notice Sympa::SOAP::authenticateAndRun(******, 0d68f22f081993137a5cd1da407c26a1c4, @closeList, bla)
Jun 12 08:49:21 mailinglists sympasoap[7230]: info Sympa::SOAP::closeList(list = bla\@mailinglists.innovationplace.eu) From [email protected] via proxy application
Jun 12 08:49:21 mailinglists sympasoap[7230]: notice Sympa::Spindle::ProcessRequest::_twist() Processing Sympa::Request <action=close_list;[email protected];[email protected];mode=close>
Jun 12 08:49:21 mailinglists sympasoap[7230]: info Sympa::Spindle::DispatchRequest::_error() CLOSE_LIST from [email protected] refused, unknown list for robot Sympa::List <[email protected]>

I've tried with the internal soap client with the same result, list can't be founded and action failed:

adminuser@server2:~$ ./sympa_soap_client.pl --soap_url=http://192.168.200.96/sympasoap --service=closeList --user_email=******* --user_password=****** --service_parameters="bla"
cookie : Set-Cookie3: sympa_session=f89f5d882a543cf1395bdb7a05055f507d; path="/"; domain=127.0.1.1; path_spec; expires="2018-06-11 18:50:38Z"; version=1
Set-Cookie3: sympa_session=bbc48d2b438924c5c342b748f460fff3f5; path="/"; domain=192.168.200.96; path_spec; expires="2018-06-12 06:59:20Z"; version=1

param: bla
LOGIN....
0
        'd9bbf38f822c3fc048c0d40df5b3ea364d'


AuthenticateAndRun service=closeList;(session_id=d9bbf38f822c3fc048c0d40df5b3ea364d)....
Soap error :
faultcode = soap:Server
detail = List '' does not exist.
faultstring = Undef
@ikedas
Copy link
Member

ikedas commented Jun 20, 2018

Hi @codeskine,

Could you please check if this patch will solve the problem? Thanks.

@ikedas ikedas modified the milestone: 6.2.34 Jul 2, 2018
@ikedas ikedas added this to the 6.2.36 milestone Jul 18, 2018
@ikedas ikedas closed this as completed Jul 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants