Go to the source code of this file.
Classes | |
| struct | _SoapService |
| struct | _SoapServiceNode |
Defines | |
| #define | CSOAP_SERVICE_DOWN 0 |
| #define | CSOAP_SERVICE_UP 1 |
Typedefs | |
| typedef herror_t(* | SoapServiceFunc )(struct SoapCtx *request, struct SoapCtx *response) |
| typedef _SoapService | SoapService |
| typedef _SoapServiceNode | SoapServiceNode |
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) |
|
|
This service status shows that the provider agent is not capable of accepting any requests (i.e. the service is not available).
|
|
|
This service status shows that the provider agent is capable of accepting and processing requests (i.e. the service is available)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
1.4.6