-
Sub-task
-
Resolution: Fixed
-
Major
-
1.0
-
MOODLE_10_STABLE
-
MOODLE_10_STABLE
We need a web service client (XML-RPC, SOAP, JSON...) to communicate with Moodle.
It will use the token authentication.
Something like:
WSClient *wsclient = [[WSCLIENT alloc] initWithToken:token];
|
NSString *msg = [wsclient invoke:@"moodle_test" withParams:array];
|
[wsclient release];
|