#include <libxml/tree.h>
#include <nanohttp/nanohttp-error.h>
#include <nanohttp/nanohttp-common.h>
#include <nanohttp/nanohttp-stream.h>
#include <nanohttp/nanohttp-request.h>
#include <nanohttp/nanohttp-server.h>
#include "soap-ctx.h"
#include "soap-service.h"
#include "soap-router.h"
#include "soap-server.h"
#include "soap-transport.h"
#include "soap-wsil.h"
Go to the source code of this file.
Functions | |
herror_t | soap_wsil_init_args (int argc, char **argv) |
|
Initializes the WSIL HTTP interface with commandline arguments. The generated WSIL document can be seen at http://localhost:10000/inspection.wsil .
Definition at line 129 of file soap-wsil.c. References CSOAP_ENABLE_WSIL, and httpd_register(). Referenced by soap_nhttp_server_init_args(). |