#include <libxml/tree.h>
#include <libxml/uri.h>
#include <nanohttp/nanohttp-error.h>
#include <nanohttp/nanohttp-logging.h>
#include "soap-fault.h"
#include "soap-env.h"
#include "soap-ctx.h"
#include "soap-service.h"
#include "soap-router.h"
Go to the source code of this file.
Functions | |
SoapServiceNode * | soap_service_node_new (SoapService *service, SoapServiceNode *next) |
SoapService * | soap_service_new (const char *urn, const char *method, SoapServiceFunc f) |
void | soap_service_free (SoapService *service) |
|
Definition at line 109 of file soap-service.c. References _SoapService::method, and _SoapService::urn. Referenced by soap_router_free(). |
|
Definition at line 77 of file soap-service.c. References CSOAP_SERVICE_UP, _SoapService::func, log_error2, log_warn1, _SoapService::method, _SoapService::status, and _SoapService::urn. Referenced by soap_router_register_default_service(), and soap_router_register_service(). |
|
Definition at line 61 of file soap-service.c. References log_error2, _SoapServiceNode::next, and _SoapServiceNode::service. Referenced by soap_router_register_default_service(), and soap_router_register_service(). |