C++ Library for SOAP Client
Version 3.6
SQLData offers a SOAP (Simple Object
Access Protocol) client library which allows you to access web services
using just a few line of coding. The C++ class library encapsulates all the
complexities of SOAP into a single object interface, so you don't need to know
COM, XML, Transport and SSL. Designing and implementing a SOAP application
become plain simple C/C++ programming.
Requirements and Limitations
| Support
UTF-8 encoding only. |
| Runs only on Windows Platforms (Win 95/98/NT/2000/XP), VC++ 6.0 required for build. |
| Work
with WSDL (and without). |
| Flexible
SOAP Message Template (See User
Guide). |
| Embedded
transport protocols. |
| Plug-in
SAX XML Parser. |
| Light
weight, very small memory footprint. |
| Work
on Win 95/98/NT/2000/2003/XP. |
| Compatible
with many SOAP 1.1, 1.2 implementations. |
| Capable
of handling any data types (with message templates). |
| Perform
dynamic binding of objects and parameters. |
| Support
proxy and SSL. |
| Multiple Transports. |
| Support WS-Routing (SOAP Routing) protocol. |
| Support both MIME and DIME encoding in attachments. |
| Very high performance. |
SOAP Client version 3.6 Released!
Features include:
| Client side WSDL caching to further boost performance.. |
| Improved SSL support. |
| Added XSLT Transformation support. |
| Many security and performance improvements. |
| Support DIME attachments. |
SOAP Client version 3.5
Features include:
| Binding has been changed from index-based to name-based. Parameter names
are required for ExecuteMethod calls. |
| Support complicate data types, includes structs and nested structs. |
| Enhanced array support. |
| Support WSDL import and recursive import. |
| Bug fixes from interoperability testing. |
| New COM object for VB scripting environments such as ASP and VBA. |
The download file
It comes completely with binaries, libraries, header files, samples and
documentation. This is a trial version with 15-day expiration.
Samples
| This sample shows how to
access a web service using the library. |
| This code
segment demonstrates how to do Google search using the library. |
| SoapClient.com's Generic SOAP
Client is implemented using the library. |
Interoperability Tests
The client library is known to be interoperable with many SOAP
implementations. It has undergone extensive testing against other SOAP
implementations in all rounds of SOAP interoperability tests.
The results are listed at soapclient.com.
Related Products
Pricing and Purchase information are available
here. |