
gSOAP
Get flash to fully experience Pearltrees
gSOAP Tips
Soap info
SOAP
gSOAP 2.7.17 User Guide
Robert van Engelen GENIVIA INC Feb 3, 2013 [This document is also available in PDF format (black and white only)] Copyright (C) 2000-2012 Robert A. van Engelen, GENIVIA INC, All Rights Reserved. 1 Introduction The gSOAP tools provide an automated SOAP and XML data binding for C and C++ based on compiler technologies.Introduction One would think that writing a client application using the Simple Object Access Protocol (SOAP) in Visual C++ would be a non-trivial task. SOAP interface calls are (more or less) human-readable text transported across HTTP, a ubiquitous Internet transport protocol. It should be a simple matter of putting together the proper data payload, wrapped in properly formatted HTTP and SOAP headers, and sending the message across the wire, taking into account SSL security. The reality is interacting with eBay using SOAP and C++ is not as straightforward as one might think.

