Using an existing SOAP to login users in Moodle

Using an existing SOAP to login users in Moodle

by LP _ -
Number of replies: 2

I have an existing SOAP service related to a db with users subscription credentials.
SOAP url is something like this: http://www.website.com/soap/useraccount.dll/wsdl/iuseraccount 
I need to use this service for Moodle login.
Basically on Login, Moodle should check if that specific combination of user and password already exists in SOAP and create a Moodle account with same credentials.
Is there a way to obtain this result by simply configuring a webservice in Moodle Admin Panel, or I have to write a specific plugin?

Average of ratings: -
In reply to LP _

Ri: Using an existing SOAP to login users in Moodle

by LP _ -
Anyone?
In reply to LP _

Re: Ri: Using an existing SOAP to login users in Moodle

by Dhanaraj Siddappa -
Iam using and learning Moodle

I have one question and doubt

How to avoide the student login login with one username and password credentials with other system's

If 2nd student login with using student username and password

Then the 1st student who has logged in already with same credentials has to logged out

This will be done by code wise how to do this please anyone help



Thank you.