SAS 9.1.3 Integration Technologies » Developer's Guide


Using SAS Foundation Services
Connection Service
Discovery Service
Event Broker Service
Information Service
Logging Service
Publish Service
Security Service
Session Service
Stored Process Service
User Service
Class Documentation
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.

For information about using publish and subscribe software components and SAS CALL routines, see Publishing Framework.

For instructions about configuring and administering channels and subscriptions for the Publishing Framework, see the Publishing Framework section in the SAS Integration Technologies: Administrator's Guide.