||| Copyright (C) 1998-2006, Sumisho Computer Systems Corp. All Rights Reserved. ||| ||| Maintained by: Curl Solutions ==================== WSDK XDM Release 1.0.4 for Curl API Version 5.0. ==================== This directory contains the 1.0.4 release of the Curl Web Services Software Development Kit (WSDK) XML Document Model. The Curl Web Services SDK (WSDK) provides the technologies necessary for building applications in Curl that make use of web services. The WSDK XML Document Model (XDM) provides functionality for processing XML data in Curl: reading, creating, modifying and writing XML documents. XML document contents are represented as a hierarchy of Curl objects. The objects can be accessed using methods and by XPath expressions. They can be displayed, transformed into other Curl representations, and used as a basis for data binding. To install the WSDK XDM, unzip the distribution onto your machine. DIRECTORIES ==================== The distribution is organized into directories which each serve a specific purpose. - manifest.mcurl COM.CURL.WSDKX library definition - project.cprj Curl IDE project - code/* packages source code - code/docs documentation Library Use -------------------- Delegate to the manifest to use the COM.CURL.WSDKX library in your application projects Documentation Installation -------------------- The library is prepared for addition to the Curl Documentation Viewer using the IDE 'Install Documentation' command. The library includes both documentation and linked source code. Use the Curl IDE 'Help>Install Documentation... menu command. The 'Install Documentation' dialog will be displayed. (Any open Surge Documentation Viewers will be closed.) Make sure that 'Installed Documentation for version:' setting is '5.0'. Choose the 'Install...' Command, which will prompt with 'Choose Manifest File' for the library definition 'manifest.mcurl' in this directory. Once the documentation has been installed, a 'COM.CURL.WSDKX.1.0.4' entry will be displayed in the dialog. The 'Install Documentation' dialog can then be closed. The Curl Documentation Viewer will contain a section for the WSDK library, with WSDK Developer's Guide and API Reference. Source Development -------------------- The directory contains all source code for WSDK XDM modules, and could be used for modifying the WSDK itself. KNOWN ISSUES ==================== Some of the examples access web content or invoke web services, and thus require privilege and web access to succeed.