Introduction

This appendix looks at SOAP from the perspective of the Visual C++ developer. It’s important to realize that SOAP itself isn’t language specific. You can use SOAP with any language and operating system that has a toolkit. For that matter, if you don’t have a problem with writing your own low-level routines, you don’t even need a toolkit. All you need to do is ouput and accept text in a very specific format. Theoretically, this means you could write SOAP applications using any language, but using a toolkit is much easier.

At the time of this writing, the Microsoft SOAP Toolkit provides Visual C++ support. The level of support is on par with Visual Basic, even if the toolkit does contain far more Visual Basic examples. Microsoft will ...

Get Special Edition Using SOAP now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.