SAS Institute. The Power to Know

SAS(R) 9.2 Integration Technologies: Java Client Developer's Guide

Previous Page | Next Page

Using SAS Foundation Services

Publish Service

The Publish Service enables applications to do the following:

  • create and populate collections of information that are called packages. Reports, tables, and documents are examples of the types of information that a package can contain.

  • publish and retrieve packages using the following delivery transports:

    • archive transport, which is used to publish and retrieve binary archive files

    • channel transport, which is used to publish to a publication channel

    • requester transport, which is used to retrieve packages that are accessible by a SAS Workspace Server

    • WebDAV transport, which is used to publish to and retrieve from a WebDAV server

  • generate a SASPackage Event, which contains information about a package that has been published.

For detailed usage documentation and examples, see com.sas.services.publish in the Foundation Services class documentation at http://support.sas.com/92api .

For information about the Publishing Framework, see the SAS Publishing Framework: Developer's Guide.

Previous Page | Next Page | Top of Page