GetApplications

Description

This service returns identification information for available applications in an SBM Application Engine database.

Arguments

Argument Type Description
auth (optional) Auth The Auth type supplies credentials and optionally, a host name for licensing. The userId and password can be specified with HTTP BASIC or WS-SECURITY instead.
options Options Holds name value pairing for future arguments on certain calls.

Response

ApplicationData (a list of applications) is returned in the response. Each return element shows the ApplicationIdentifier, the description, the application definition UUID, and the revision number. See ApplicationData for more information.

Usage

Use GetApplications to return the available applications and information about each revision. This information is useful when you need to retrieve historical information about deployed applications.

Faults

XML

The following XML is a snippet of the payload that is sent with GetApplications.

<urn:GetApplications>
    <urn:auth>
        <urn:userId>admin</urn:userId>
        <urn:password></urn:password>
        <urn:hostname></urn:hostname>
        <urn:loginAsUserId></urn:loginAsUserId>
    </urn:auth>
    <urn:options>
        <urn:extraOption>
            <urn:name></urn:name>
            <urn:value></urn:value>
        </urn:extraOption>
    </urn:options>
</urn:GetApplications>