C++Builder 5 Developers Guide
In this chapter we have seen how to use C++Builder 6 to build Web services and how to import and use them ”both Web services written in C++Builder and Web services written in other languages. In the last section, we've even seen how to consume foreign Web Services with C++Builder 6. We've seen how to generate the import files based on a WSDL definition of the Web Service, and how to actually call the methods from the Web Service.
For more information about SOAP and Web Services in C++Builder, Delphi, Kylix, or JBuilder check out my SOAP Bubbles Web site at http://www.drbob42.com/SOAP. There you can download full source code for this Google42 Web service client, including any enhancements that I have added since the time of writing.
This ends the coverage of Web Services in C++Builder 6 Enterprise. Note that Chapter 21, "DataSnap Multitier Connections," will cover the combination of Web Services and DataSnap, with the SOAP Data Module and SOAPConnection components .
|
Top |