From 05dc15bed267898a5db7792a673f26f4d6df0776 Mon Sep 17 00:00:00 2001 From: m0gg Date: Tue, 12 Dec 2006 07:36:58 +0000 Subject: Documentation fix --- libcsoap/soap-server.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'libcsoap') 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. -- cgit v1.1-32-gdbae