1 #ifndef __ISDS_SERVICE_H
2 #define __ISDS_SERVICE_H
6 /* Parse soap request, pass it to service endpoint and respond to it.
7 * It sends final HTTP response. */
8 void soap(const struct http_connection
*connection
,
9 const struct service_configuration
*configuration
,
10 const void *request
, size_t request_length
, const char *end_point
);