#include <jasperserver.h>Go to the source code of this file.
Functions | |
| void | put_resource (char *name, char *parentUri, char *infile) |
| Sample function to put a resource in the repository. | |
| int | main (int argc, char **argv) |
Variables | |
| const char | server [] = "http://127.0.0.1:8080/jasperserver/services/repository" |
In general, the put service can be used to create new folders, new resources of several types, modify a resource and create/modify a report unit.
Definition in file jsput.c.
| void put_resource | ( | char * | name, | |
| char * | parentUri, | |||
| char * | infile | |||
| ) |
| const char server[] = "http://127.0.0.1:8080/jasperserver/services/repository" |
1.5.2