test: Add tests for isd_get_commercial_credit()
[libisds.git] / test / simline / service.h
blob93b2b37ca3ad866fde07c77d1ea8ac9018adeb54
1 #ifndef __ISDS_SERVICE_H
2 #define __ISDS_SERVICE_H
4 #include "http.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);
12 #endif