by Bob Swart (a.k.a. Dr. Bob)
IN THIS CHAPTER
Building Web Services
Consuming Web Services
Using Other Web Services
BizSnap is the name given by Borland to describe the featureset of C++Builder that covers XML-document programming (see Chapter 13, "XML Document Programming and XML Mapper,") as well as Web Services (using SOAP). In this chapter, we'll cover Web Services, then after a short introduction to SOAP, we'll implement our first Web Service in C++Builder 6. Import and usage (consuming) of Web Services written in C++Builder 6 and other development environments will follow.
Note that we can use C++Builder 6 Professional to import and use Web services, but we have to use the Enterprise edition to build our own Web services.
Apart from this chapter, we can also find information on special Web Services that contain SOAP data modules ”a combination of BizSnap and DataSnap technology ”in Chapter 21 (about "DataSnap Multitier Connections").
Top |