This article provides guidelines for exposing an existing COM object in a Web Service using SOAP. These guidelines are illustrated by exploring two different solutions for returning ADO recordsets, ending with a discussion on the pros and cons of each solution, as well as other issues that might arise during the packaging and retrieval of data. The concept of Web Services has introduced a new and powerful way to invoke methods over the Internet. Developers can now take advantage of the Simp..