Subversion Repositories wimsdev

Rev

Rev 15818 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15818 Rev 15986
Line 43... Line 43...
43
| option   | Different meaning according to request. |
43
| option   | Different meaning according to request. |
44
| data1    | Different meaning according to request. |
44
| data1    | Different meaning according to request. |
45
 
45
 
46
 
46
 
47
For example, the following request checks whether the class `12345` exists on
47
For example, the following request checks whether the class `12345` exists on
48
the WIMS server `wims.unice.fr`, sent by a connecting server called `friend1` (by
48
the WIMS server `wims.univ-cotedazur.fr`, sent by a connecting server called `friend1` (by
49
wims.unice.fr), with password `abcde`.
49
wims.univ-cotedazur.fr), with password `abcde`.
50
 
50
 
51
`https://wims.unice.fr/wims/wims.cgi?module=adm/raw&ident=friend1&passwd=abcde&code=afdqreaf1r783&job=checkclass&qclass=12345&rclass=myclass`
51
`https://wims.univ-cotedazur.fr/wims/wims.cgi?module=adm/raw&ident=friend1&passwd=abcde&code=afdqreaf1r783&job=checkclass&qclass=12345&rclass=myclass`
52
 
52
 
53
Note that for this check to return OK, the class `12345` on wims.unice.fr must
53
Note that for this check to return OK, the class `12345` on wims.univ-cotedazur.fr must
54
have declared `friend1/myclass` as connectable.
54
have declared `friend1/myclass` as connectable.
55
This can be done on an existing class by adding `friend1/myclass` to the `class_connections` parameter in the class `12345` .def file.
55
This can be done on an existing class by adding `friend1/myclass` to the `class_connections` parameter in the class `12345` .def file.
56
 
56
 
57
_______________________________________________________________________________
57
_______________________________________________________________________________
58
 
58