dial_ws_srm

Version 1.20 07jun05


Introduction

DIAL client for SRM. Only a few methods are implemented: ping and getProtocols appear to work, get does not.

DIAL is described at http://www.usatlas.bnl.gov/~dladams/dial


Dependencies

Dependencies are described in the CMT requirements file.


Status

Builds in ATLAS 8.6.0

Version.
Change log.


Components

The components here are listed in dependency order. Each component depends only on those listed above it. The test associated with each component is a main program that returns zero if the component is working properly.

Some components also have test headers. These are included in the test source and may be included in tests of other components. They should not be included in any non-test sources.

SrmFileMetadata (header, source, test) - Description of an SRM file.

SrmRequestFileStatus (header, source, test) - Describes the status of a file in an SRM client request.

SrmRequestStatus (header, source, test) - Describes the status of an SRM client request.

SrmWsClient (header, source, test) - Client for the web service.

dial_ws_srm_imp (source, test) - Implementation of the gsoap skeleton functions for the web service.


Build notes

Run make in gsoap directory before normal build.


dladams@bnl.gov