Previous Topic: IntroductionNext Topic: Overview of SOAP API


Programming with SOAP API - the Flow

To control Arcserve Replication and High Availability using SOAP API, the client should authenticate against RHA CS and then create a session. This operation is accomplished by invoking the create_session API function. After the client creates a session, the client can invoke any API function described in this reference guide. When the task is complete, the client calls the close_session API to invalidate the session and free the resources.