Soap Login

Soap Login

by rivo ulul ilmy -
Number of replies: 2

hi..

i have external web service usign soap to login..

how do i use this service to login into moodle, so user dont need to make account on moodle. thanks

Average of ratings: -
In reply to rivo ulul ilmy

Re: Soap Login

by Ayesha Nasim -

Hi Rivo,
You will have to insert record in the moodle database table {user} . You can do that by writing this code in the externallib.php in local>yourpluginfolder>externallib.php

P.S: validation and capability would be involved also.

In reply to Ayesha Nasim

Re: Soap Login

by rivo ulul ilmy -

hi Ayesha,

thanks for your answers, but i still have problems. users and password on my webservice dont match with moodle standard password, password on my webservice only contains 6 numbers.