summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-server.h
diff options
context:
space:
mode:
authorGravatar m0gg2006-11-29 11:04:24 +0000
committerGravatar m0gg2006-11-29 11:04:24 +0000
commitfd7c2c579f6b10531f1aad4c75ebfadc03652e90 (patch)
treed4d3032d83f0e2637c1ccd9bfc840d549c333e39 /libcsoap/soap-server.h
parent9a0670ad01e00ab01cfb4f308f1b124941968fa2 (diff)
downloadcsoap-fd7c2c579f6b10531f1aad4c75ebfadc03652e90.tar.gz
csoap-fd7c2c579f6b10531f1aad4c75ebfadc03652e90.tar.bz2
Message encryption added
Diffstat (limited to 'libcsoap/soap-server.h')
-rw-r--r--libcsoap/soap-server.h26
1 files changed, 25 insertions, 1 deletions
diff --git a/libcsoap/soap-server.h b/libcsoap/soap-server.h
index cafa9a5..afb3a3a 100644
--- a/libcsoap/soap-server.h
+++ b/libcsoap/soap-server.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: soap-server.h,v 1.13 2006/11/23 15:27:33 m0gg Exp $
+ * $Id: soap-server.h,v 1.14 2006/11/29 11:04:25 m0gg Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -24,6 +24,30 @@
#ifndef __csoap_server_h
#define __csoap_server_h
+/**
+ *
+ * @mainpage Project overview
+ *
+ * @section seq_intro Introduction
+ *
+ * cSOAP is a client/server SOAP library implemented in pure C. It comes with
+ * embedded transport servers for UDP and HTTP (nanohttp). The transferred XML
+ * structures are handled by libxml2.
+ *
+ * @section seq_features Features
+ *
+ * - different transport services
+ * -- client/server HTTP transport service (with SSL)
+ * -- client/server UDP transport service (multicast)
+ * - attachments via MIME
+ * - message based security (encryption/signation)
+ * - automatic generation of WS-Inspection
+ *
+ * @author Ferhat Ayaz
+ * @version $Revision: 1.14 $
+ *
+ */
+
#ifdef __cplusplus
extern "C" {
#endif