Caché XML Tutorial
- Preface
- XML Basics
- Web Services
- Web Services Introduction
- What is SOAP?
- What is a Web Service?
- How does Caché Support Web Services?
- Performance, Scalability, and Reliability
- Creating a Web Service
- Web Service Implementation
- Creating the Classes
- The CInfo.Address Class
- The CInfo.Address Class II
- Adding Properties to the CInfo.Address Class
- The CInfo.Company Class
- The CInfo.Company Class II
- Adding Properties to the CInfo.Company Class
- The Web Service Class
- The Web Service Wizard
- What the Web Service Wizard Does
- The Generated Web Service Class
- Implementing the Web Service Methods
- The GetCompanyInfo Method
- The CreateCompaniesMethod
- Viewing the Web Service Catalog Page
- Testing the Web Service Methods from the Terminal
- The %XML.TextReader Class
- %XML.TextReader Overview
- %XML.TextReader In Action
- Using %XML.TextReader
- Using %XML.TextReader 2
- Using %XML.TextReader 3
- Using %XML.TextReader 4
- Document Model Node Types
- An %XML.TextReader Application
- XML Menu Document
- The CSP Class
- Creating a CSP Class
- The OnPage Method
- The ShowMenu Method
- Trying the Application
- Conclusion