Web Services Overview
Web services provide Cascade Server users with a powerful way to work with the system by providing a very core interface with which to interact.
- Introduction to Web Services
The interface of Cascade Server provides methods to create, edit, read, and delete all assets and components in the software. - Web Services Operations
»
This section provides iformation about the create, edit, read, delete, publish, and authenticate operations.- Introduction to Web Services Operations
When looking through the WSDL, you can find all of the operations available along with their responses at the top. - Authentication
For each operation, it is necessary to include authentication information. - Create and Edit Operation »
- Read Operation »
- Delete Operation
Use the delete operation to delete any asset in Cascade Server. - Publish Operation
This operation will publish a File, Folder, Page, Target, Destination, or Publish Set. - Batch Operation
The batch operation is a simple way of accomplishing multiple operations while only transmitting a single soap request/response. - Workflow and Web Services Operations
When a user making a edit, create, or delete request does not have the role/permissions to bypass workflow, it is necessary to include workflow information in the request message. - Search Operation
This operation will search the assets in Cascade Server and return a list of matches. - Authenticate Operation
Use this operation to authenticate user credentials against Cascade Server.
- Introduction to Web Services Operations
- Web Services Skeleton Project
»
The following steps will help to get started with building a java-based web services application.
Last modified on Fri, 07 Jul 2006 10:33:08 -0400
Top / Next / Up / Table of Contents