Book Image

Domino 7 Application Development

Book Image

Domino 7 Application Development

Overview of this book

Written by Lotus insiders, the book provides a practical guide to developing applications making use of the important features and enhancements introduced in Notes/Domino 7. These experienced experts use their own experiences to map out the benefits you could gain, and the dangers you may face, as you develop Domino applications in your business. Written by specific experts, edited and overseen by Lotus content generator Dick McCarrick, this book is the definitive guide to developing Domino 7 applications. TECHNOLOGY Domino is an application server that can be used as a standalone web server or as the server component of IBM's Lotus Domino product which provides a powerful collaborative platform for development of customized business applications. It also provides enterprise-grade email, messaging, and scheduling capabilities.
Table of Contents (18 chapters)
Domino 7 Application Development
Credits
Foreword
About the Authors
About the Reviewer
Preface
Free Chapter
1
A Short History of Notes and Domino

Chapter 8. Web Services and Domino 7

Web services are loosely coupled autonomous web applications that integrate with other web applications, without the need to build custom‑connection code. Domino 7 extends its embrace of open standards by adding formalized support for web services. Web services can extend the reach of your existing Domino applications, as well as provide new applications with industry-standard integration points.

Before discussing Domino-based web services, let's first identify a few characteristics that apply generally to web services. Web services consist of service providers and service consumers. They are made possible by a set of technologies used to build programmatic interfaces for systems to communicate data on a network:

XML (Extensible Markup Language) is used to encode structured data to form the request and response information exchanged between the web‑service client and the web‑service provider. As it is text based, it is portable across platforms and easily...