From 294374084a574ec74dfad51db494d102d4c3db27 Mon Sep 17 00:00:00 2001 From: m0gg Date: Sun, 4 Nov 2007 06:57:31 +0000 Subject: Moved project documentation from headers to doc/ --- doc/csoap.txt | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 doc/csoap.txt (limited to 'doc/csoap.txt') diff --git a/doc/csoap.txt b/doc/csoap.txt new file mode 100644 index 0000000..f454311 --- /dev/null +++ b/doc/csoap.txt @@ -0,0 +1,35 @@ +/** @page csoap_page cSOAP + +@section csoap_sec cSOAP + +cSOAP is a C-based implementation of the Simple Object Access Protocol +(SOAP) version 1.1. + +SOAP is a lightweight protocol for exchange of information in a +decentralized, distributed environment. It is an XML based protocol +that consists of three parts: +- an envelope that defines a framework for describing what is in a + message and how to process it, +- a set of encoding rules for expressing instances of + application-defined datatypes, +- and a convention for representing remote procedure calls and + responses. +SOAP can potentially be used in combination with a variety of other +protocols; however, the only bindings defined in library are HTTP +and UDP. + +@section soap_howto_sec HOWTOs and coding examples + +- @subpage csoap_client_page +- @subpage csoap_server_page +- @subpage csoap_mime_page +- @subpage csoap_xmlsec_page + +@author @verbinclude AUTHORS + +@version 1.2 + +@see http://www.w3.org/TR/soap/ +@see http://www.w3.org/TR/2000/NOTE-SOAP-20000508/ + +*/ -- cgit v1.1-32-gdbae