#include "module.h"
#include "frepple.nsmap"
Go to the source code of this file.
Functions | |
SOAP_FMAC5 int SOAP_FMAC6 | frepple__demand (struct soap *soap, char *name, struct frepple__DemandInfoResponse &result) |
SOAP_FMAC5 int SOAP_FMAC6 | frepple__post (struct soap *soap, char *data, struct frepple__PostResponse &result) |
SOAP_FMAC5 int SOAP_FMAC6 frepple__demand | ( | struct soap * | soap, | |
char * | name, | |||
struct frepple__DemandInfoResponse & | result | |||
) |
Implementation of the webservice method to return demand information.
Definition at line 32 of file webservice.cpp.
SOAP_FMAC5 int SOAP_FMAC6 frepple__post | ( | struct soap * | soap, | |
char * | data, | |||
struct frepple__PostResponse & | result | |||
) |
Implementation of the webservice method to post XML data.
Definition at line 57 of file webservice.cpp.