'mod/webservices/' missing

'mod/webservices/' missing

by john saylor -
Number of replies: 2

hi


i'm trying to get webservices to work and having trouble with token authentication. when i try to create a user i get this back:

<?xml version="1.0" encoding="UTF-8" ?>
<EXCEPTION class="moodle_exception">
<ERRORCODE>invalidtoken</ERRORCODE>
<MESSAGE>Invalid token - token not found</MESSAGE>
</EXCEPTION>

and i've looked at the admin pages and everything looks fine [btw, i got 'hello world' sample web services to work].

so, in looking at the logs [server admin > reports . live logs], i can see the 'webservice Token authentication' failures, but when i click on the action link i get a 404:

Not Found

The requested URL /mod/webservice/ was not found on this server.

 

where can i find this?

Average of ratings: -
In reply to john saylor

Re: 'mod/webservices/' missing

by Gergely Gaal -

Hi! Did you set it via admin interface? I mean the service and its functions and the users who can use it and of course the token?

In reply to Gergely Gaal

Re: 'mod/webservices/' missing

by john saylor -

yes, and the functions work- it's just the moodle logging interface that i'm having trouble with. i can see the errors, but when i click on them, the system is missing files.


is there some kinda logging plugin that needs to be installed?