diff options
author | m0gg | 2006-12-12 07:36:58 +0000 |
---|---|---|
committer | m0gg | 2006-12-12 07:36:58 +0000 |
commit | 05dc15bed267898a5db7792a673f26f4d6df0776 (patch) | |
tree | 7dc5e24ec857acc4646af1411945e5a1fed5a31c | |
parent | 05fd24d9bb426edab69ba83b1a00fa2454ba7f14 (diff) | |
download | csoap-05dc15bed267898a5db7792a673f26f4d6df0776.tar.gz csoap-05dc15bed267898a5db7792a673f26f4d6df0776.tar.bz2 |
Documentation fix
-rw-r--r-- | libcsoap/soap-server.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/libcsoap/soap-server.h b/libcsoap/soap-server.h index 63cf0c1..23db560 100644 --- a/libcsoap/soap-server.h +++ b/libcsoap/soap-server.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: soap-server.h,v 1.22 2006/12/12 07:23:11 m0gg Exp $ + * $Id: soap-server.h,v 1.23 2006/12/12 07:36:58 m0gg Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -37,12 +37,15 @@ * @section project_features_sec Features * * - @subpage csoap_page + * - SOAP 1.1 compliant + * - Platform independent: Windows, Unix, Linux, MacOS, OpenVMS * - different transport services * - @subpage nanohttp_page (HTTP including SSL) - * - client/server UDP transport service (multicast) + * - client/server UDP transport service (multicast, SOAP-over-UDP) * - attachments via MIME * - message based security (XML encryption/signation) - * - automatic generation of WS-Inspection + * - automatic generation of WS-Inspection document + * - Written in pure C. * * @section howto_sec HOWTOs and coding examples * @@ -61,7 +64,7 @@ * * @section projects_sec Projects that use cSOAP * - * @subsection CompLearn (http://complearn.org/) + * @subsection complearn_sec CompLearn (http://complearn.org/) * * CompLear is a suite of simple-to-use utilities that you can use to apply * compression techniques to the process of discovering and learning patterns. |