gSOAP user guide
---
 [gSOAP user guide](soapdoc2.html) on one big HTML page.
 [gSOAP user guide](soapdoc2.pdf) as a downloadable PDF document.
XML data bindings
---
 [XML data binding documentation with examples](databinding/html/index.html) describes the WSDL/XSD mapping tools to and from C/C++ types and QT C++ types. Explains the use of typemap.dat for wsdl2h with an explanation of the gSOAP C/C++ type and name binding conventions. Also describes memory management of objects and data under (de)serialization. Includes an "Address Book" and a data structure "Graph" data binding example.
XML-RPC and JSON/JSONPath with the jsoncpp tool
---
 [XML-RPC and JSON/JSONPath](xml-rpc-json/html/index.html) presents the XML-RPC and JSON/JSONPath library for C/C++, and the new jsoncpp code generator to simplify JSON coding. JSON-RPC/REST client/server examples are included.
XML DOM and XPath with the domcpp tool
---
 [XML DOM and XPath](dom/html/index.html) presents the DOM API with the updated XML DOM library v5 for C/C++, and the new domcpp code generation tool to simplify DOM coding.
Apache, ISAPI, and WinInet for gSOAP
---
 [Apache module for gSOAP](apache/html/index.html) describes the deployment of gSOAP services in Apache Web servers as Apache modules.
 [ISAPI extension for gSOAP](isapi/html/index.html) describes the deployment of gSOAP services in Microsoft IIS as ISAPI extensions.
 [WinInet plugin for gSOAP](wininet/html/index.html) describes the use of WinInet for gSOAP client applications.
iOS plugin for gSOAP
---
 [iOS for gSOAP](ios/html/index.html) describes the use of our iOS plugin for gSOAP to develop apps. Four example iOS apps are explained.
Security and authentication with gSOAP plugins
---
 [WS-Trust](wst/html/index.html) describes the WS-Trust extensible framework. Includes SAML token creation, signing, verification, PSHA1, and more. Requires the WS-Security plugin.
 [WS-Security](wsse/html/wsse.html) describes the WSSE plugin for WS-Security authentication, digital signatures, and encryption.
 [WS-Security lite](wsse-lite/html/wsse.html) describes client-server authentication with a light-weight implementation of WS-Security. Use this plugin for username authentication tokens and timestamps over HTTPS. Does not support signature and encryption.
 [WSSE smdevp signed message digest engine](wsse/html/smdevp.html) describes the digest engine of the WSSE plugin.
 [WSSE mecevp streaming message encryption and decryption engine](wsse/html/mecevp.html) describes the encryption engine of the WSSE plugin.
 [HTTP digest authentication](httpda/html/httpda.html) describes the httpda plugin for secure HTTP authentication to replace HTTP basic authentication that is not secure over non-encrypted channels.
 [HTTP server session management](sessions/html/index.html) describes the HTTP server session management plugin for secure server-side HTTP sessions with cookies.
Reliable messaging and message addressing with gSOAP plugins
---
 [WS-Addressing](wsa/html/wsa_0.html) describes the WSA plugin for WS-Addressing of messages and message (re)routing.
 [WS-ReliableMessaging](wsrm/html/wsrm_0.html) describes the WSRM plugin for WS-ReliableMessaging message sequence creation and message sequence assured delivery with (optional) message resends.
 [WSRM mq plugin for inbound message queueing and message replay](wsrm/html/mq_0.html) describes the MQ plugin for message queueing in support of WS-RM NoDiscard behavior.
Service discovery gSOAP plugin
---
 [WS-Discovery](wsdd/html/wsdd_0.html) describes the WSDD plugin for service discovery with WS-Discovery.
Legacy gSOAP UDDI v2 API
---
 [UDDI v2 API](uddi2/html/index.html) describes the gSOAP UDDI v2 API.
[ To top](docs.html)