Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Creating a web service and a web service function: Difference between revisions

From MoodleDocs
(New page: First you need to read and execute the administration manual Setting_up_a_web_service. Now you should be more familiar about how web services are set into Moodle.)
 
No edit summary
Line 1: Line 1:
First you need to read and execute the administration manual [[Setting_up_a_web_service]]. Now you should be more familiar about how web services are set into Moodle.
First you need to read and execute the administration manual [[Setting_up_a_web_service]]. Now you should be more familiar about how web services are set into Moodle.
== declare your web service functions ==
== declare your web service functions ==
== define your external functions ==
== define your external function description ==
== test your web service function with default Moodle test client ==
== create your own client ==

Revision as of 06:58, 20 November 2009

First you need to read and execute the administration manual Setting_up_a_web_service. Now you should be more familiar about how web services are set into Moodle.

declare your web service functions

declare your web service functions

define your external functions

define your external function description

test your web service function with default Moodle test client

create your own client