Serena Release Manager 2.1 Web Services Reference

Table of Contents

Overview

Description

Publication date: April 2012

Copyright © 2011–2012 Serena Software, Inc. All rights reserved.

This document contains Web Service descriptions for the following services.

Web Services
Name  Description 
RLMUtilService  Serena Release Manager Utility Service
ReleaseRequestService  Serena Release Manager Release Request Service
DeployUnitService  Serena Release Manager Deployment Unit Service
DeploymentAutomationService  Serena Release Manager Deployment Automation Service

RLMUtilService Web Service

Description

Serena Release Manager Utility Service

Type

SOAP

Style

Document

See Also

Methods | Complex Types | Simple Types | Elements

Methods: RLMUtilService

Methods
Name  Description 
changeDeploymentTasksOrder  Change the order of provided deployment tasks
checkRelatedItemMaxLimits  This operation will check if a related field in a table is still available for new related items to be related.
copyAppReleases2ReleaseTrain  Copy related application releases from input release train into target release train with or without release packages info
copyDeploymentTasks2ReleasePackage  Copy deployment tasks from specified template into specified release package
copyDeploymentTasks2Template  Copy deployment tasks for specified release package in specified state to specified template
deleteDeploymentTasks  Delete deployment tasks either for deployment process template or for release package and optional stage.
deployReleasePackage  This operation manages the release package deployment process.
deployTask  This operation initiates the deployment of Dimensions CM Vault Task and Nolio Automation Task.
This could also drive the deployment of the ZMF Vault task or any supported 3rd Party vault system.
failReleasePackage  Move the release package into the failed state by using transition that is assigned in FailedDeployTransition.
getBuildVersion  Returns build version for RLM Utility web service
getInterfaceVersion  Returns interface version number.
promoteVaultTask  This operation initiates the promotion of Dimensions CM Vault Task to a specified target stage area.
In the future, this should also be able to drive the promotion of the ZMF Vault task or any supported 3rd Party vault system.
relateChildrenRecords  This operation relates children records by setting their parent field to specified parent ID value.
relateChildrenRecordsToParent  This operation relates children records to the parent table by setting the children field values specified in the child IDs value.
relateRecordsInBothDirections  Relates specified records for 2 tables in both directions. Usually there is a multi-relational field in a parent record and a single-relational field in a child record.
unrelateChildrenRecords  This operation un-relates children records by setting empty values in their parent field.
unrelateChildrenRecordsFromParent  This operation un-relates children records by setting empty values in their parent field.
unrelateRecordsInBothDirections  Un-relates specified records for 2 tables in both directions. Usually, we have a multi-relational field in parent record and a single-relational field in child record.
This method sets empty values for all children records and removes those children from the multi-relational field in the parent record.
updateDeploymentTaskStatus  This operation updates the related Deploy Task item status based on the result of the Dimensions CM submitPromoteBaselines or Nolio execution job.
updateReleasePackageDeployStatus  This method checks the deployment status of all the tasks related to the release package that is currently being deployed.
If all the related tasks are in “Completed” state, it will move the release package into the state that is assigned in the NextDeployTransition field.
It there is a failure in the deployment process, it will move the release package into the state that is assigned in FailedDeployTransition.
validateApplicationRelease  Validate Application release record before creation. For now it only checks if name and version are unique.
validateReleasePackageDeploymentTasks  This operation validates that there are no tasks in the release package that are in “Incomplete” or “Failed” task status.
validateReleaseTrain  Validate release train record before creation. For now it only checks if name is unique.

Method: changeDeploymentTasksOrder

Description

Change the order of provided deployment tasks

Action

urn:changeDeploymentTasksOrder

Style

Document

Input (Literal)

The input of this method is the document element ns:changeDeploymentTasksOrder having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:tasksOrderInfo  xs:string  0..1  Tasks ids and order pairs separated by commas. In form of table_item_id_1=seq_num_1,table_item_id_2=seq_num_2,...,table_item_id_N=seq_num_N
Output (Literal)

The output of this method is the document element ns:changeDeploymentTasksOrderResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  service execution message log - empty if everything is successfull
Faults
Name  Content  Description 
RLMUtilServiceFaultMessage  ns:RLMUtilServiceFaultMessage 

Method: checkRelatedItemMaxLimits

Description

This operation will check if a related field in a table is still available for new related items to be related.

Action

urn:checkRelatedItemMaxLimits

Style

Document

Input (Literal)

The input of this method is the document element ns:checkRelatedItemMaxLimits having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:table  xs:string  0..1  Name of the table
ns:relatedField  xs:string  0..1  Name of the field which should be updated with provided item ID value
ns:itemId  xs:string  0..1  Identifier of item record
ns:childrenIds  xs:string  0..1  Identifiers of children records that should be related to a specified item
Output (Literal)

The output of this method is the document element ns:checkRelatedItemMaxLimitsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:relatedItemStillAvailable  xs:boolean  0..1  Indicator if the related item is still available.
ns:return  xs:string  0..1  Message
Faults
Name  Content  Description 
RLMUtilServiceFaultMessage  ns:RLMUtilServiceFaultMessage 

Method: copyAppReleases2ReleaseTrain

Description

Copy related application releases from input release train into target release train with or without release packages info

Action

urn:copyAppReleases2ReleaseTrain

Style

Document

Input (Literal)

The input of this method is the document element ns:copyAppReleases2ReleaseTrain having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:inputReleaseTrainItemId  xs:string  0..1  Identificator of input release train which application releases should be copied from
ns:targetReleaseTrainItemId  xs:string  0..1  Identificator of target release train which application releases should be copied to
ns:namePrefix  xs:string  0..1  Name prefix to make names of new application releases copies to be unique.
ns:copyPackagesInfo  xs:boolean  0..1  Whether to copy or not release packages from copied application releases. Default - false.
Output (Literal)

The output of this method is the document element ns:copyAppReleases2ReleaseTrainResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  service execution message log - empty if everything is successfull
Faults
Name  Content  Description 
RLMUtilServiceFaultMessage  ns:RLMUtilServiceFaultMessage 

Method: copyDeploymentTasks2ReleasePackage

Description

Copy deployment tasks from specified template into specified release package

Action

urn:copyDeploymentTasks2ReleasePackage

Style

Document

Input (Literal)

The input of this method is the document element ns:copyDeploymentTasks2ReleasePackage having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:inputReleaseTemplateItemId  xs:string  0..1  Identificator of source deployment process template- where tasks will be copied from.
ns:targetReleasePackageItemId  xs:string  0..1  Identificator of target release package - where tasks will be copied to.
Output (Literal)

The output of this method is the document element ns:copyDeploymentTasks2ReleasePackageResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  service execution message log - empty if everything is successfull
Faults
Name  Content  Description 
RLMUtilServiceFaultMessage  ns:RLMUtilServiceFaultMessage 

Method: copyDeploymentTasks2Template

Description

Copy deployment tasks for specified release package in specified state to specified template

Action

urn:copyDeploymentTasks2Template

Style

Document

Input (Literal)

The input of this method is the document element ns:copyDeploymentTasks2Template having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:inputReleasePackageItemId  xs:string  0..1  Identificator of release package
which tasks we should copy from
ns:inputStageId  xs:string  0..1  Identificator of stage which tasks
we should copy from
ns:inputReleaseTemplateItemId  xs:string  0..1  Identificator of template which we
should use to copy tasks from
ns:targetReleaseTemplateItemId  xs:string  0..1  Identificator of template which we
should use to copy tasks to
ns:targetTemplateStageId  xs:string  0..1  Identificator of stage which we
should use to assign all copied tasks
Output (Literal)

The output of this method is the document element ns:copyDeploymentTasks2TemplateResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  service execution message log - empty if everything is successfull
Faults
Name  Content  Description 
RLMUtilServiceFaultMessage  ns:RLMUtilServiceFaultMessage 

Method: deleteDeploymentTasks

Description

Delete deployment tasks either for deployment process template or for release package and optional stage.

Action

urn:deleteDeploymentTasks

Style

Document

Input (Literal)

The input of this method is the document element ns:deleteDeploymentTasks having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information.
ns:releaseTemplateItemId  xs:string  0..1  Identificator of deployment process template.
ns:releasePackageItemId  xs:string  0..1  Identificator of release package.
ns:stageId  xs:string  0..1  Identificator of stage.
ns:taskIds  xs:string  0..1  Identificators of tasks to be deleted, separated by commas.
Output (Literal)

The output of this method is the document element ns:deleteDeploymentTasksResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  service execution message log - empty if everything is successfull
Faults
Name  Content  Description 
RLMUtilServiceFaultMessage  ns:RLMUtilServiceFaultMessage 

Method: deployReleasePackage

Description

This operation manages the release package deployment process.

Action

urn:deployReleasePackage

Style

Document

Input (Literal)

The input of this method is the document element ns:deployReleasePackage having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:authInfo  ns:AuthInfo  0..1  Authentication information
ns:releasePackageItemID  xs:string  1..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:options  ns:deployOptions  1..1  Either to run or just check deploy status
ns:releasePackageDeployState  xs:string  0..1  State of deployment for release package. If this is not specified, it will default to the current state of the release package.
ns:sequenceType  ns:SequenceTypes  1..1  Either current, next, or previous sequence should be run/checked.
ns:sequenceNumber  xs:integer  0..1  Number of sequence to run/check.
Output (Literal)

The output of this method is the document element ns:deployReleasePackageResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:totalDeployCount  xs:integer  0..1  Count of deployment tasks that will be started in this run/check
ns:currentSequence  xs:integer  0..1  Currently processing sequence number
ns:message  xs:string  0..1  Message related to result, such as an error message
Faults
Name  Content  Description 
RLMUtilServiceFaultMessage  ns:RLMUtilServiceFaultMessage 

Method: deployTask

Description

This operation initiates the deployment of Dimensions CM Vault Task and Nolio Automation Task.
This could also drive the deployment of the ZMF Vault task or any supported 3rd Party vault system.

Action

urn:deployTask

Style

Document

Input (Literal)

The input of this method is the document element ns:deployTask having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:authInfo  ns:AuthInfo  0..1  Authentication information
ns:taskItemId  xs:string  0..1  Item identifier of deployment task (in form of table_id:record_id, for example 1001:11)
Output (Literal)

The output of this method is the document element ns:deployTaskResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:boolean  0..1  Returns true if deploy was successful
ns:message  xs:string  0..1  Message related to result, such as an error message
Faults
Name  Content  Description 
RLMUtilServiceFaultMessage  ns:RLMUtilServiceFaultMessage 

Method: failReleasePackage

Description

Move the release package into the failed state by using transition that is assigned in FailedDeployTransition.

Action

urn:failReleasePackage

Style

Document

Input (Literal)

The input of this method is the document element ns:failReleasePackage having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:authInfo  ns:AuthInfo  0..1  Authentication information
ns:releasePackageItemID  xs:string  0..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:message  xs:string  0..1  Error message
Output (Literal)

The output of this method is the document element ns:failReleasePackageResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:boolean  0..1  Returns true if transition was successful
Faults
Name  Content  Description 
RLMUtilServiceFaultMessage  ns:RLMUtilServiceFaultMessage 

Method: getBuildVersion

Description

Returns build version for RLM Utility web service

Action

urn:getBuildVersion

Style

Document

Output (Literal)

The output of this method is the document element ns:getBuildVersionResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  Build version number
Faults
Name  Content  Description 
RLMUtilServiceFaultMessage  ns:RLMUtilServiceFaultMessage 

Method: getInterfaceVersion

Description

Returns interface version number.

Action

urn:getInterfaceVersion

Style

Document

Output (Literal)

The output of this method is the document element ns:getInterfaceVersionResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  Interface version number
Faults
Name  Content  Description 
RLMUtilServiceFaultMessage  ns:RLMUtilServiceFaultMessage 

Method: promoteVaultTask

Description

This operation initiates the promotion of Dimensions CM Vault Task to a specified target stage area.
In the future, this should also be able to drive the promotion of the ZMF Vault task or any supported 3rd Party vault system.

Action

urn:promoteVaultTask

Style

Document

Input (Literal)

The input of this method is the document element ns:promoteVaultTask having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:authInfo  ns:AuthInfo  0..1  Authentication information
ns:taskItemId  xs:string  1..1  Item identifier of deployment task (in form of table_id:record_id, for example 1001:11)
Output (Literal)

The output of this method is the document element ns:promoteVaultTaskResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:boolean  0..1  Returns true if vault task has been promoted successfully
ns:message  xs:string  0..1  Message related to result, such as an error message
Faults
Name  Content  Description 
RLMUtilServiceFaultMessage  ns:RLMUtilServiceFaultMessage 

Method: relateChildrenRecords

Description

This operation relates children records by setting their parent field to specified parent ID value.

Action

urn:relateChildrenRecords

Style

Document

Input (Literal)

The input of this method is the document element ns:relateChildrenRecords having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:table  xs:string  0..1  Name of the table
ns:transition  xs:string  0..1  Name of the update transition
ns:field  xs:string  0..1  Name of the field which should be updated with provided parent ID value
ns:parentId  xs:string  0..1  Identifier of parent record
ns:childrenIds  xs:string  0..1  Identifiers of children records that should be related to a specified parent
Output (Literal)

The output of this method is the document element ns:relateChildrenRecordsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  Identifiers of children records that were updated, separated by commas
Faults
Name  Content  Description 
RLMUtilServiceFaultMessage  ns:RLMUtilServiceFaultMessage 

Method: relateChildrenRecordsToParent

Description

This operation relates children records to the parent table by setting the children field values specified in the child IDs value.

Action

urn:relateChildrenRecordsToParent

Style

Document

Input (Literal)

The input of this method is the document element ns:relateChildrenRecordsToParent having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:table  xs:string  0..1  Name of the table
ns:transition  xs:string  0..1  Name of the update transition
ns:field  xs:string  0..1  Name of the field which should be updated with provided parent ID value
ns:parentId  xs:string  0..1  Identifier of parent record
ns:childrenIds  xs:string  0..1  Identifiers of children records that should be related to a specified parent
ns:appendChildrenIds  xs:boolean  0..1  Indicator to append the children. Setting this to false will replace the parent related field.
Output (Literal)

The output of this method is the document element ns:relateChildrenRecordsToParentResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:related  xs:boolean  0..1  Indicator if the records were related successfully
ns:return  xs:string  0..1  Identifiers of children records that were updated, separated by commas
Faults
Name  Content  Description 
RLMUtilServiceFaultMessage  ns:RLMUtilServiceFaultMessage 

Method: relateRecordsInBothDirections

Description

Relates specified records for 2 tables in both directions. Usually there is a multi-relational field in a parent record and a single-relational field in a child record.

Action

urn:relateRecordsInBothDirections

Style

Document

Input (Literal)

The input of this method is the document element ns:relateRecordsInBothDirections having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:parentDBTable  xs:string  0..1  Name of parent database table
ns:parentDBField  xs:string  0..1  Name of field in parent database table
ns:childDBTable  xs:string  0..1  Name of child database table
ns:childDBField  xs:string  0..1  Name of field in child database table
ns:parentId  xs:string  0..1  Identifier of parent record
ns:childrenIds  xs:string  0..1  List of identifiers of children records separated by commas
ns:appendChildrenIds  xs:boolean  0..1  Indicator to append the children. Setting this to false will replace the parent related field.
Output (Literal)

The output of this method is the document element ns:relateRecordsInBothDirectionsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:related  xs:boolean  0..1  Indicator if the records were related successfully
ns:return  xs:string  0..1  List of related children IDs separated by commas
Faults
Name  Content  Description 
RLMUtilServiceFaultMessage  ns:RLMUtilServiceFaultMessage 

Method: unrelateChildrenRecords

Description

This operation un-relates children records by setting empty values in their parent field.

Action

urn:unrelateChildrenRecords

Style

Document

Input (Literal)

The input of this method is the document element ns:unrelateChildrenRecords having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:table  xs:string  0..1  Name of the table
ns:transition  xs:string  0..1  Name of the update transition
ns:field  xs:string  0..1  Name of the field which should be emptied
ns:childrenIds  xs:string  0..1  Identifiers of records which should be unrelated
Output (Literal)

The output of this method is the document element ns:unrelateChildrenRecordsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  List of unrelated IDs separated by commas
Faults
Name  Content  Description 
RLMUtilServiceFaultMessage  ns:RLMUtilServiceFaultMessage 

Method: unrelateChildrenRecordsFromParent

Description

This operation un-relates children records by setting empty values in their parent field.

Action

urn:unrelateChildrenRecordsFromParent

Style

Document

Input (Literal)

The input of this method is the document element ns:unrelateChildrenRecordsFromParent having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:table  xs:string  0..1  Name of the table
ns:transition  xs:string  0..1  Name of the update transition
ns:field  xs:string  0..1  Name of the field which should be emptied
ns:parentId  xs:string  0..1  Identifier of parent record
ns:childrenIds  xs:string  0..1  Identifiers of records which should be unrelated
Output (Literal)

The output of this method is the document element ns:unrelateChildrenRecordsFromParentResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  List of unrelated IDs separated by commas
Faults
Name  Content  Description 
RLMUtilServiceFaultMessage  ns:RLMUtilServiceFaultMessage 

Method: unrelateRecordsInBothDirections

Description

Un-relates specified records for 2 tables in both directions. Usually, we have a multi-relational field in parent record and a single-relational field in child record.
This method sets empty values for all children records and removes those children from the multi-relational field in the parent record.

Action

urn:unrelateRecordsInBothDirections

Style

Document

Input (Literal)

The input of this method is the document element ns:unrelateRecordsInBothDirections having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1 
ns:parentDBTable  xs:string  0..1  Name of parent database table
ns:parentDBField  xs:string  0..1  Name of field in parent database table
ns:childDBTable  xs:string  0..1  Name of child database table
ns:childDBField  xs:string  0..1  Name of field in child database table
ns:parentId  xs:string  0..1  Identifier of parent record
ns:childrenIds  xs:string  0..1  Identifiers of children records separated by commas
Output (Literal)

The output of this method is the document element ns:unrelateRecordsInBothDirectionsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  Identifiers of unrelated children records separated by commas
Faults
Name  Content  Description 
RLMUtilServiceFaultMessage  ns:RLMUtilServiceFaultMessage 

Method: updateDeploymentTaskStatus

Description

This operation updates the related Deploy Task item status based on the result of the Dimensions CM submitPromoteBaselines or Nolio execution job.

Action

urn:updateDeploymentTaskStatus

Style

Document

Input (Literal)

The input of this method is the document element ns:updateDeploymentTaskStatus having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:authInfo  ns:AuthInfo  0..1  Authentication information
ns:taskType  ns:TaskType  1..1  Either vault or automation task type
ns:jobId  xs:string  1..1  Identifier of deployment job for vault or execution process for automation
ns:jobStatus  xs:string  1..1  Current status of execution
ns:jobStatusMessage  xs:string  0..1  Message related to provided status of execution
Output (Literal)

The output of this method is the document element ns:updateDeploymentTaskStatusResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:boolean  0..1  Returns true if update is successful
ns:message  xs:string  0..1  Message related to result, such as an error message
ns:taskItemId  xs:string  0..1  Item identifier of deployment task (in form of table_id:record_id, for example 1001:11)
ns:releasePackageItemId  xs:string  0..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:taskComplete  xs:boolean  0..1  Returns true if the task status is in Completed status
Faults
Name  Content  Description 
RLMUtilServiceFaultMessage  ns:RLMUtilServiceFaultMessage 

Method: updateReleasePackageDeployStatus

Description

This method checks the deployment status of all the tasks related to the release package that is currently being deployed.
If all the related tasks are in “Completed” state, it will move the release package into the state that is assigned in the NextDeployTransition field.
It there is a failure in the deployment process, it will move the release package into the state that is assigned in FailedDeployTransition.

Action

urn:updateReleasePackageDeployStatus

Style

Document

Input (Literal)

The input of this method is the document element ns:updateReleasePackageDeployStatus having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:authInfo  ns:AuthInfo  0..1  Authentication information
ns:releasePackageItemID  xs:string  1..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
Output (Literal)

The output of this method is the document element ns:updateReleasePackageDeployStatusResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:boolean  0..1  Returns true if update was successful
ns:message  xs:string  0..1  Message related to result, such as an error message.
Faults
Name  Content  Description 
RLMUtilServiceFaultMessage  ns:RLMUtilServiceFaultMessage 

Method: validateApplicationRelease

Description

Validate Application release record before creation. For now it only checks if name and version are unique.

Action

urn:validateApplicationRelease

Style

Document

Input (Literal)

The input of this method is the document element ns:validateApplicationRelease having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:appRelease  ns:AppReleaseItem  0..1 
Output (Literal)

The output of this method is the document element ns:validateApplicationReleaseResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:AppReleaseItem  0..1 
Faults
Name  Content  Description 
RLMUtilServiceFaultMessage  ns:RLMUtilServiceFaultMessage 

Method: validateReleasePackageDeploymentTasks

Description

This operation validates that there are no tasks in the release package that are in “Incomplete” or “Failed” task status.

Action

urn:validateReleasePackageDeploymentTasks

Style

Document

Input (Literal)

The input of this method is the document element ns:validateReleasePackageDeploymentTasks having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:releasePackageItemID  xs:string  0..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
Output (Literal)

The output of this method is the document element ns:validateReleasePackageDeploymentTasksResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:boolean  0..1  Returns true if the task status is in Completed status
Faults
Name  Content  Description 
RLMUtilServiceFaultMessage  ns:RLMUtilServiceFaultMessage 

Method: validateReleaseTrain

Description

Validate release train record before creation. For now it only checks if name is unique.

Action

urn:validateReleaseTrain

Style

Document

Input (Literal)

The input of this method is the document element ns:validateReleaseTrain having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:releaseTrain  ns:ReleaseTrainItem  0..1 
Output (Literal)

The output of this method is the document element ns:validateReleaseTrainResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:ReleaseTrainItem  0..1 
Faults
Name  Content  Description 
RLMUtilServiceFaultMessage  ns:RLMUtilServiceFaultMessage 

Complex Types: RLMUtilService

Complex Types
Name  Description 
ns:AppReleaseItem 
ns:AuthInfo 
ns:ReleaseTrainItem 

Complex Type: ns:AppReleaseItem

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:name  xs:string  0..1  Name of application release
ns:version  xs:string  0..1  Version of application release
Referenced By

Complex Type: ns:AuthInfo

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Complex Type: ns:ReleaseTrainItem

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:code  xs:string  0..1  Code of release train
ns:name  xs:string  0..1  Name of release train
ns:type  xs:string  0..1  Type of release train
Referenced By

Simple Types: RLMUtilService

Simple Types
Name  Description 
ns:deployOptions 
ns:SequenceTypes 
ns:TaskType 

Simple Type: ns:deployOptions

Derived By

Restricting xs:string

Enumeration
Value  Description 
RUN 
CHECK 
CHECKRUN 
Referenced By

Simple Type: ns:SequenceTypes

Derived By

Restricting xs:string

Enumeration
Value  Description 
CURRENT 
NEXT 
PREVIOUS 
LAST 
Referenced By

Simple Type: ns:TaskType

Derived By

Restricting xs:string

Enumeration
Value  Description 
Vault 
Automation 
Referenced By

Elements: RLMUtilService

Elements
Name  Description 
ns:appendChildrenIds [element relateChildrenRecordsToParent]  Indicator to append the children. Setting this to false will replace the parent related field.
ns:appendChildrenIds [element relateRecordsInBothDirections]  Indicator to append the children. Setting this to false will replace the parent related field.
ns:appRelease [element validateApplicationRelease] 
ns:auth [element changeDeploymentTasksOrder]  Authentication information
ns:auth [element checkRelatedItemMaxLimits]  Authentication information
ns:auth [element copyAppReleases2ReleaseTrain]  Authentication information
ns:auth [element copyDeploymentTasks2ReleasePackage]  Authentication information
ns:auth [element copyDeploymentTasks2Template]  Authentication information
ns:auth [element deleteDeploymentTasks]  Authentication information.
ns:auth [element relateChildrenRecords]  Authentication information
ns:auth [element relateChildrenRecordsToParent]  Authentication information
ns:auth [element relateRecordsInBothDirections]  Authentication information
ns:auth [element unrelateChildrenRecords]  Authentication information
ns:auth [element unrelateChildrenRecordsFromParent]  Authentication information
ns:auth [element unrelateRecordsInBothDirections] 
ns:auth [element validateApplicationRelease]  Authentication information
ns:auth [element validateReleasePackageDeploymentTasks]  Authentication information
ns:auth [element validateReleaseTrain]  Authentication information
ns:authInfo [element deployReleasePackage]  Authentication information
ns:authInfo [element deployTask]  Authentication information
ns:authInfo [element failReleasePackage]  Authentication information
ns:authInfo [element promoteVaultTask]  Authentication information
ns:authInfo [element updateDeploymentTaskStatus]  Authentication information
ns:authInfo [element updateReleasePackageDeployStatus]  Authentication information
ns:changeDeploymentTasksOrder 
ns:changeDeploymentTasksOrderResponse 
ns:checkRelatedItemMaxLimits  Authentication information
ns:checkRelatedItemMaxLimitsResponse 
ns:childDBField [element relateRecordsInBothDirections]  Name of field in child database table
ns:childDBField [element unrelateRecordsInBothDirections]  Name of field in child database table
ns:childDBTable [element relateRecordsInBothDirections]  Name of child database table
ns:childDBTable [element unrelateRecordsInBothDirections]  Name of child database table
ns:childrenIds [element checkRelatedItemMaxLimits]  Identifiers of children records that should be related to a specified item
ns:childrenIds [element relateChildrenRecords]  Identifiers of children records that should be related to a specified parent
ns:childrenIds [element relateChildrenRecordsToParent]  Identifiers of children records that should be related to a specified parent
ns:childrenIds [element relateRecordsInBothDirections]  List of identifiers of children records separated by commas
ns:childrenIds [element unrelateChildrenRecords]  Identifiers of records which should be unrelated
ns:childrenIds [element unrelateChildrenRecordsFromParent]  Identifiers of records which should be unrelated
ns:childrenIds [element unrelateRecordsInBothDirections]  Identifiers of children records separated by commas
ns:code [type ReleaseTrainItem]  Code of release train
ns:copyAppReleases2ReleaseTrain 
ns:copyAppReleases2ReleaseTrainResponse 
ns:copyDeploymentTasks2ReleasePackage 
ns:copyDeploymentTasks2ReleasePackageResponse 
ns:copyDeploymentTasks2Template 
ns:copyDeploymentTasks2TemplateResponse 
ns:copyPackagesInfo [element copyAppReleases2ReleaseTrain]  Whether to copy or not release packages from copied application releases. Default - false.
ns:currentSequence [element deployReleasePackageResponse]  Currently processing sequence number
ns:deleteDeploymentTasks 
ns:deleteDeploymentTasksResponse 
ns:deployReleasePackage  Authentication information
ns:deployReleasePackageResponse 
ns:deployTask 
ns:deployTaskResponse 
ns:failReleasePackage 
ns:failReleasePackageResponse 
ns:field [element relateChildrenRecords]  Name of the field which should be updated with provided parent ID value
ns:field [element relateChildrenRecordsToParent]  Name of the field which should be updated with provided parent ID value
ns:field [element unrelateChildrenRecords]  Name of the field which should be emptied
ns:field [element unrelateChildrenRecordsFromParent]  Name of the field which should be emptied
ns:getBuildVersionResponse 
ns:getInterfaceVersionResponse 
ns:inputReleasePackageItemId [element copyDeploymentTasks2Template]  Identificator of release package
which tasks we should copy from
ns:inputReleaseTemplateItemId [element copyDeploymentTasks2ReleasePackage]  Identificator of source deployment process template- where tasks will be copied from.
ns:inputReleaseTemplateItemId [element copyDeploymentTasks2Template]  Identificator of template which we
should use to copy tasks from
ns:inputReleaseTrainItemId [element copyAppReleases2ReleaseTrain]  Identificator of input release train which application releases should be copied from
ns:inputStageId [element copyDeploymentTasks2Template]  Identificator of stage which tasks
we should copy from
ns:itemId [element checkRelatedItemMaxLimits]  Identifier of item record
ns:jobId [element updateDeploymentTaskStatus]  Identifier of deployment job for vault or execution process for automation
ns:jobStatus [element updateDeploymentTaskStatus]  Current status of execution
ns:jobStatusMessage [element updateDeploymentTaskStatus]  Message related to provided status of execution
ns:message [element deployReleasePackageResponse]  Message related to result, such as an error message
ns:message [element deployTaskResponse]  Message related to result, such as an error message
ns:message [element failReleasePackage]  Error message
ns:message [element promoteVaultTaskResponse]  Message related to result, such as an error message
ns:message [element updateDeploymentTaskStatusResponse]  Message related to result, such as an error message
ns:message [element updateReleasePackageDeployStatusResponse]  Message related to result, such as an error message.
ns:name [type AppReleaseItem]  Name of application release
ns:name [type ReleaseTrainItem]  Name of release train
ns:namePrefix [element copyAppReleases2ReleaseTrain]  Name prefix to make names of new application releases copies to be unique.
ns:options [element deployReleasePackage]  Either to run or just check deploy status
ns:parentDBField [element relateRecordsInBothDirections]  Name of field in parent database table
ns:parentDBField [element unrelateRecordsInBothDirections]  Name of field in parent database table
ns:parentDBTable [element relateRecordsInBothDirections]  Name of parent database table
ns:parentDBTable [element unrelateRecordsInBothDirections]  Name of parent database table
ns:parentId [element relateChildrenRecords]  Identifier of parent record
ns:parentId [element relateChildrenRecordsToParent]  Identifier of parent record
ns:parentId [element relateRecordsInBothDirections]  Identifier of parent record
ns:parentId [element unrelateChildrenRecordsFromParent]  Identifier of parent record
ns:parentId [element unrelateRecordsInBothDirections]  Identifier of parent record
ns:password [type AuthInfo]  Password of authenticating user
ns:promoteVaultTask 
ns:promoteVaultTaskResponse 
ns:relateChildrenRecords  Authentication information
ns:relateChildrenRecordsResponse 
ns:relateChildrenRecordsToParent  Authentication information
ns:relateChildrenRecordsToParentResponse 
ns:related [element relateChildrenRecordsToParentResponse]  Indicator if the records were related successfully
ns:related [element relateRecordsInBothDirectionsResponse]  Indicator if the records were related successfully
ns:relatedField [element checkRelatedItemMaxLimits]  Name of the field which should be updated with provided item ID value
ns:relatedItemStillAvailable [element checkRelatedItemMaxLimitsResponse]  Indicator if the related item is still available.
ns:relateRecordsInBothDirections 
ns:relateRecordsInBothDirectionsResponse 
ns:releasePackageDeployState [element deployReleasePackage]  State of deployment for release package. If this is not specified, it will default to the current state of the release package.
ns:releasePackageItemId [element deleteDeploymentTasks]  Identificator of release package.
ns:releasePackageItemID [element deployReleasePackage]  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:releasePackageItemID [element failReleasePackage]  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:releasePackageItemId [element updateDeploymentTaskStatusResponse]  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:releasePackageItemID [element updateReleasePackageDeployStatus]  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:releasePackageItemID [element validateReleasePackageDeploymentTasks]  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:releaseTemplateItemId [element deleteDeploymentTasks]  Identificator of deployment process template.
ns:releaseTrain [element validateReleaseTrain] 
ns:return [element changeDeploymentTasksOrderResponse]  service execution message log - empty if everything is successfull
ns:return [element checkRelatedItemMaxLimitsResponse]  Message
ns:return [element copyAppReleases2ReleaseTrainResponse]  service execution message log - empty if everything is successfull
ns:return [element copyDeploymentTasks2ReleasePackageResponse]  service execution message log - empty if everything is successfull
ns:return [element copyDeploymentTasks2TemplateResponse]  service execution message log - empty if everything is successfull
ns:return [element deleteDeploymentTasksResponse]  service execution message log - empty if everything is successfull
ns:return [element deployTaskResponse]  Returns true if deploy was successful
ns:return [element failReleasePackageResponse]  Returns true if transition was successful
ns:return [element getBuildVersionResponse]  Build version number
ns:return [element getInterfaceVersionResponse]  Interface version number
ns:return [element promoteVaultTaskResponse]  Returns true if vault task has been promoted successfully
ns:return [element relateChildrenRecordsResponse]  Identifiers of children records that were updated, separated by commas
ns:return [element relateChildrenRecordsToParentResponse]  Identifiers of children records that were updated, separated by commas
ns:return [element relateRecordsInBothDirectionsResponse]  List of related children IDs separated by commas
ns:return [element unrelateChildrenRecordsFromParentResponse]  List of unrelated IDs separated by commas
ns:return [element unrelateChildrenRecordsResponse]  List of unrelated IDs separated by commas
ns:return [element unrelateRecordsInBothDirectionsResponse]  Identifiers of unrelated children records separated by commas
ns:return [element updateDeploymentTaskStatusResponse]  Returns true if update is successful
ns:return [element updateReleasePackageDeployStatusResponse]  Returns true if update was successful
ns:return [element validateApplicationReleaseResponse] 
ns:return [element validateReleasePackageDeploymentTasksResponse]  Returns true if the task status is in Completed status
ns:return [element validateReleaseTrainResponse] 
ns:RLMUtilServiceFaultMessage [element RLMUtilServiceFaultMessage]  Error message
ns:RLMUtilServiceFaultMessage 
ns:sequenceNumber [element deployReleasePackage]  Number of sequence to run/check.
ns:sequenceType [element deployReleasePackage]  Either current, next, or previous sequence should be run/checked.
ns:stageId [element deleteDeploymentTasks]  Identificator of stage.
ns:table [element checkRelatedItemMaxLimits]  Name of the table
ns:table [element relateChildrenRecords]  Name of the table
ns:table [element relateChildrenRecordsToParent]  Name of the table
ns:table [element unrelateChildrenRecords]  Name of the table
ns:table [element unrelateChildrenRecordsFromParent]  Name of the table
ns:targetReleasePackageItemId [element copyDeploymentTasks2ReleasePackage]  Identificator of target release package - where tasks will be copied to.
ns:targetReleaseTemplateItemId [element copyDeploymentTasks2Template]  Identificator of template which we
should use to copy tasks to
ns:targetReleaseTrainItemId [element copyAppReleases2ReleaseTrain]  Identificator of target release train which application releases should be copied to
ns:targetTemplateStageId [element copyDeploymentTasks2Template]  Identificator of stage which we
should use to assign all copied tasks
ns:taskComplete [element updateDeploymentTaskStatusResponse]  Returns true if the task status is in Completed status
ns:taskIds [element deleteDeploymentTasks]  Identificators of tasks to be deleted, separated by commas.
ns:taskItemId [element deployTask]  Item identifier of deployment task (in form of table_id:record_id, for example 1001:11)
ns:taskItemId [element promoteVaultTask]  Item identifier of deployment task (in form of table_id:record_id, for example 1001:11)
ns:taskItemId [element updateDeploymentTaskStatusResponse]  Item identifier of deployment task (in form of table_id:record_id, for example 1001:11)
ns:tasksOrderInfo [element changeDeploymentTasksOrder]  Tasks ids and order pairs separated by commas. In form of table_item_id_1=seq_num_1,table_item_id_2=seq_num_2,...,table_item_id_N=seq_num_N
ns:taskType [element updateDeploymentTaskStatus]  Either vault or automation task type
ns:totalDeployCount [element deployReleasePackageResponse]  Count of deployment tasks that will be started in this run/check
ns:transition [element relateChildrenRecords]  Name of the update transition
ns:transition [element relateChildrenRecordsToParent]  Name of the update transition
ns:transition [element unrelateChildrenRecords]  Name of the update transition
ns:transition [element unrelateChildrenRecordsFromParent]  Name of the update transition
ns:type [type ReleaseTrainItem]  Type of release train
ns:unrelateChildrenRecords 
ns:unrelateChildrenRecordsFromParent 
ns:unrelateChildrenRecordsFromParentResponse 
ns:unrelateChildrenRecordsResponse 
ns:unrelateRecordsInBothDirections  Authentication information
ns:unrelateRecordsInBothDirectionsResponse 
ns:updateDeploymentTaskStatus 
ns:updateDeploymentTaskStatusResponse 
ns:updateReleasePackageDeployStatus 
ns:updateReleasePackageDeployStatusResponse 
ns:username [type AuthInfo]  Name of authenticating user
ns:validateApplicationRelease  Authentication information
ns:validateApplicationReleaseResponse 
ns:validateReleasePackageDeploymentTasks 
ns:validateReleasePackageDeploymentTasksResponse 
ns:validateReleaseTrain 
ns:validateReleaseTrainResponse 
ns:version [type AppReleaseItem]  Version of application release

Element: ns:appendChildrenIds [element relateChildrenRecordsToParent]

Description

Indicator to append the children. Setting this to false will replace the parent related field.

Derived By

Type xs:boolean

Referenced By

Element: ns:appendChildrenIds [element relateRecordsInBothDirections]

Description

Indicator to append the children. Setting this to false will replace the parent related field.

Derived By

Type xs:boolean

Referenced By

Element: ns:appRelease [element validateApplicationRelease]

Derived By

Type ns:AppReleaseItem

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:name  xs:string  0..1  Name of application release
ns:version  xs:string  0..1  Version of application release
Referenced By

Element: ns:auth [element changeDeploymentTasksOrder]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element checkRelatedItemMaxLimits]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element copyAppReleases2ReleaseTrain]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element copyDeploymentTasks2ReleasePackage]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element copyDeploymentTasks2Template]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element deleteDeploymentTasks]

Description

Authentication information.

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element relateChildrenRecords]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element relateChildrenRecordsToParent]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element relateRecordsInBothDirections]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element unrelateChildrenRecords]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element unrelateChildrenRecordsFromParent]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element unrelateRecordsInBothDirections]

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element validateApplicationRelease]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element validateReleasePackageDeploymentTasks]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element validateReleaseTrain]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:authInfo [element deployReleasePackage]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:authInfo [element deployTask]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:authInfo [element failReleasePackage]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:authInfo [element promoteVaultTask]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:authInfo [element updateDeploymentTaskStatus]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:authInfo [element updateReleasePackageDeployStatus]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:changeDeploymentTasksOrder

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:tasksOrderInfo  xs:string  0..1  Tasks ids and order pairs separated by commas. In form of table_item_id_1=seq_num_1,table_item_id_2=seq_num_2,...,table_item_id_N=seq_num_N

Element: ns:changeDeploymentTasksOrderResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  service execution message log - empty if everything is successfull

Element: ns:checkRelatedItemMaxLimits

Description

Authentication information

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:table  xs:string  0..1  Name of the table
ns:relatedField  xs:string  0..1  Name of the field which should be updated with provided item ID value
ns:itemId  xs:string  0..1  Identifier of item record
ns:childrenIds  xs:string  0..1  Identifiers of children records that should be related to a specified item

Element: ns:checkRelatedItemMaxLimitsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:relatedItemStillAvailable  xs:boolean  0..1  Indicator if the related item is still available.
ns:return  xs:string  0..1  Message

Element: ns:childDBField [element relateRecordsInBothDirections]

Description

Name of field in child database table

Derived By

Type xs:string

Referenced By

Element: ns:childDBField [element unrelateRecordsInBothDirections]

Description

Name of field in child database table

Derived By

Type xs:string

Referenced By

Element: ns:childDBTable [element relateRecordsInBothDirections]

Description

Name of child database table

Derived By

Type xs:string

Referenced By

Element: ns:childDBTable [element unrelateRecordsInBothDirections]

Description

Name of child database table

Derived By

Type xs:string

Referenced By

Element: ns:childrenIds [element checkRelatedItemMaxLimits]

Description

Identifiers of children records that should be related to a specified item

Derived By

Type xs:string

Referenced By

Element: ns:childrenIds [element relateChildrenRecords]

Description

Identifiers of children records that should be related to a specified parent

Derived By

Type xs:string

Referenced By

Element: ns:childrenIds [element relateChildrenRecordsToParent]

Description

Identifiers of children records that should be related to a specified parent

Derived By

Type xs:string

Referenced By

Element: ns:childrenIds [element relateRecordsInBothDirections]

Description

List of identifiers of children records separated by commas

Derived By

Type xs:string

Referenced By

Element: ns:childrenIds [element unrelateChildrenRecords]

Description

Identifiers of records which should be unrelated

Derived By

Type xs:string

Referenced By

Element: ns:childrenIds [element unrelateChildrenRecordsFromParent]

Description

Identifiers of records which should be unrelated

Derived By

Type xs:string

Referenced By

Element: ns:childrenIds [element unrelateRecordsInBothDirections]

Description

Identifiers of children records separated by commas

Derived By

Type xs:string

Referenced By

Element: ns:code [type ReleaseTrainItem]

Description

Code of release train

Derived By

Type xs:string

Referenced By

Element: ns:copyAppReleases2ReleaseTrain

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:inputReleaseTrainItemId  xs:string  0..1  Identificator of input release train which application releases should be copied from
ns:targetReleaseTrainItemId  xs:string  0..1  Identificator of target release train which application releases should be copied to
ns:namePrefix  xs:string  0..1  Name prefix to make names of new application releases copies to be unique.
ns:copyPackagesInfo  xs:boolean  0..1  Whether to copy or not release packages from copied application releases. Default - false.

Element: ns:copyAppReleases2ReleaseTrainResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  service execution message log - empty if everything is successfull

Element: ns:copyDeploymentTasks2ReleasePackage

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:inputReleaseTemplateItemId  xs:string  0..1  Identificator of source deployment process template- where tasks will be copied from.
ns:targetReleasePackageItemId  xs:string  0..1  Identificator of target release package - where tasks will be copied to.

Element: ns:copyDeploymentTasks2ReleasePackageResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  service execution message log - empty if everything is successfull

Element: ns:copyDeploymentTasks2Template

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:inputReleasePackageItemId  xs:string  0..1  Identificator of release package
which tasks we should copy from
ns:inputStageId  xs:string  0..1  Identificator of stage which tasks
we should copy from
ns:inputReleaseTemplateItemId  xs:string  0..1  Identificator of template which we
should use to copy tasks from
ns:targetReleaseTemplateItemId  xs:string  0..1  Identificator of template which we
should use to copy tasks to
ns:targetTemplateStageId  xs:string  0..1  Identificator of stage which we
should use to assign all copied tasks

Element: ns:copyDeploymentTasks2TemplateResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  service execution message log - empty if everything is successfull

Element: ns:copyPackagesInfo [element copyAppReleases2ReleaseTrain]

Description

Whether to copy or not release packages from copied application releases. Default - false.

Derived By

Type xs:boolean

Referenced By

Element: ns:currentSequence [element deployReleasePackageResponse]

Description

Currently processing sequence number

Derived By

Type xs:integer

Referenced By

Element: ns:deleteDeploymentTasks

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information.
ns:releaseTemplateItemId  xs:string  0..1  Identificator of deployment process template.
ns:releasePackageItemId  xs:string  0..1  Identificator of release package.
ns:stageId  xs:string  0..1  Identificator of stage.
ns:taskIds  xs:string  0..1  Identificators of tasks to be deleted, separated by commas.

Element: ns:deleteDeploymentTasksResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  service execution message log - empty if everything is successfull

Element: ns:deployReleasePackage

Description

Authentication information

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:authInfo  ns:AuthInfo  0..1  Authentication information
ns:releasePackageItemID  xs:string  1..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:options  ns:deployOptions  1..1  Either to run or just check deploy status
ns:releasePackageDeployState  xs:string  0..1  State of deployment for release package. If this is not specified, it will default to the current state of the release package.
ns:sequenceType  ns:SequenceTypes  1..1  Either current, next, or previous sequence should be run/checked.
ns:sequenceNumber  xs:integer  0..1  Number of sequence to run/check.

Element: ns:deployReleasePackageResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:totalDeployCount  xs:integer  0..1  Count of deployment tasks that will be started in this run/check
ns:currentSequence  xs:integer  0..1  Currently processing sequence number
ns:message  xs:string  0..1  Message related to result, such as an error message

Element: ns:deployTask

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:authInfo  ns:AuthInfo  0..1  Authentication information
ns:taskItemId  xs:string  0..1  Item identifier of deployment task (in form of table_id:record_id, for example 1001:11)

Element: ns:deployTaskResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:boolean  0..1  Returns true if deploy was successful
ns:message  xs:string  0..1  Message related to result, such as an error message

Element: ns:failReleasePackage

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:authInfo  ns:AuthInfo  0..1  Authentication information
ns:releasePackageItemID  xs:string  0..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:message  xs:string  0..1  Error message

Element: ns:failReleasePackageResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:boolean  0..1  Returns true if transition was successful

Element: ns:field [element relateChildrenRecords]

Description

Name of the field which should be updated with provided parent ID value

Derived By

Type xs:string

Referenced By

Element: ns:field [element relateChildrenRecordsToParent]

Description

Name of the field which should be updated with provided parent ID value

Derived By

Type xs:string

Referenced By

Element: ns:field [element unrelateChildrenRecords]

Description

Name of the field which should be emptied

Derived By

Type xs:string

Referenced By

Element: ns:field [element unrelateChildrenRecordsFromParent]

Description

Name of the field which should be emptied

Derived By

Type xs:string

Referenced By

Element: ns:getBuildVersionResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  Build version number

Element: ns:getInterfaceVersionResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  Interface version number

Element: ns:inputReleasePackageItemId [element copyDeploymentTasks2Template]

Description

Identificator of release package
which tasks we should copy from

Derived By

Type xs:string

Referenced By

Element: ns:inputReleaseTemplateItemId [element copyDeploymentTasks2ReleasePackage]

Description

Identificator of source deployment process template- where tasks will be copied from.

Derived By

Type xs:string

Referenced By

Element: ns:inputReleaseTemplateItemId [element copyDeploymentTasks2Template]

Description

Identificator of template which we
should use to copy tasks from

Derived By

Type xs:string

Referenced By

Element: ns:inputReleaseTrainItemId [element copyAppReleases2ReleaseTrain]

Description

Identificator of input release train which application releases should be copied from

Derived By

Type xs:string

Referenced By

Element: ns:inputStageId [element copyDeploymentTasks2Template]

Description

Identificator of stage which tasks
we should copy from

Derived By

Type xs:string

Referenced By

Element: ns:itemId [element checkRelatedItemMaxLimits]

Description

Identifier of item record

Derived By

Type xs:string

Referenced By

Element: ns:jobId [element updateDeploymentTaskStatus]

Description

Identifier of deployment job for vault or execution process for automation

Derived By

Type xs:string

Referenced By

Element: ns:jobStatus [element updateDeploymentTaskStatus]

Description

Current status of execution

Derived By

Type xs:string

Referenced By

Element: ns:jobStatusMessage [element updateDeploymentTaskStatus]

Description

Message related to provided status of execution

Derived By

Type xs:string

Referenced By

Element: ns:message [element deployReleasePackageResponse]

Description

Message related to result, such as an error message

Derived By

Type xs:string

Referenced By

Element: ns:message [element deployTaskResponse]

Description

Message related to result, such as an error message

Derived By

Type xs:string

Referenced By

Element: ns:message [element failReleasePackage]

Description

Error message

Derived By

Type xs:string

Referenced By

Element: ns:message [element promoteVaultTaskResponse]

Description

Message related to result, such as an error message

Derived By

Type xs:string

Referenced By

Element: ns:message [element updateDeploymentTaskStatusResponse]

Description

Message related to result, such as an error message

Derived By

Type xs:string

Referenced By

Element: ns:message [element updateReleasePackageDeployStatusResponse]

Description

Message related to result, such as an error message.

Derived By

Type xs:string

Referenced By

Element: ns:name [type AppReleaseItem]

Description

Name of application release

Derived By

Type xs:string

Referenced By

Element: ns:name [type ReleaseTrainItem]

Description

Name of release train

Derived By

Type xs:string

Referenced By

Element: ns:namePrefix [element copyAppReleases2ReleaseTrain]

Description

Name prefix to make names of new application releases copies to be unique.

Derived By

Type xs:string

Referenced By

Element: ns:options [element deployReleasePackage]

Description

Either to run or just check deploy status

Derived By

Type ns:deployOptions

Enumeration
Value  Description 
RUN 
CHECK 
CHECKRUN 
Referenced By

Element: ns:parentDBField [element relateRecordsInBothDirections]

Description

Name of field in parent database table

Derived By

Type xs:string

Referenced By

Element: ns:parentDBField [element unrelateRecordsInBothDirections]

Description

Name of field in parent database table

Derived By

Type xs:string

Referenced By

Element: ns:parentDBTable [element relateRecordsInBothDirections]

Description

Name of parent database table

Derived By

Type xs:string

Referenced By

Element: ns:parentDBTable [element unrelateRecordsInBothDirections]

Description

Name of parent database table

Derived By

Type xs:string

Referenced By

Element: ns:parentId [element relateChildrenRecords]

Description

Identifier of parent record

Derived By

Type xs:string

Referenced By

Element: ns:parentId [element relateChildrenRecordsToParent]

Description

Identifier of parent record

Derived By

Type xs:string

Referenced By

Element: ns:parentId [element relateRecordsInBothDirections]

Description

Identifier of parent record

Derived By

Type xs:string

Referenced By

Element: ns:parentId [element unrelateChildrenRecordsFromParent]

Description

Identifier of parent record

Derived By

Type xs:string

Referenced By

Element: ns:parentId [element unrelateRecordsInBothDirections]

Description

Identifier of parent record

Derived By

Type xs:string

Referenced By

Element: ns:password [type AuthInfo]

Description

Password of authenticating user

Derived By

Type xs:string

Referenced By

Element: ns:promoteVaultTask

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:authInfo  ns:AuthInfo  0..1  Authentication information
ns:taskItemId  xs:string  1..1  Item identifier of deployment task (in form of table_id:record_id, for example 1001:11)

Element: ns:promoteVaultTaskResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:boolean  0..1  Returns true if vault task has been promoted successfully
ns:message  xs:string  0..1  Message related to result, such as an error message

Element: ns:relateChildrenRecords

Description

Authentication information

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:table  xs:string  0..1  Name of the table
ns:transition  xs:string  0..1  Name of the update transition
ns:field  xs:string  0..1  Name of the field which should be updated with provided parent ID value
ns:parentId  xs:string  0..1  Identifier of parent record
ns:childrenIds  xs:string  0..1  Identifiers of children records that should be related to a specified parent

Element: ns:relateChildrenRecordsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  Identifiers of children records that were updated, separated by commas

Element: ns:relateChildrenRecordsToParent

Description

Authentication information

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:table  xs:string  0..1  Name of the table
ns:transition  xs:string  0..1  Name of the update transition
ns:field  xs:string  0..1  Name of the field which should be updated with provided parent ID value
ns:parentId  xs:string  0..1  Identifier of parent record
ns:childrenIds  xs:string  0..1  Identifiers of children records that should be related to a specified parent
ns:appendChildrenIds  xs:boolean  0..1  Indicator to append the children. Setting this to false will replace the parent related field.

Element: ns:relateChildrenRecordsToParentResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:related  xs:boolean  0..1  Indicator if the records were related successfully
ns:return  xs:string  0..1  Identifiers of children records that were updated, separated by commas

Element: ns:related [element relateChildrenRecordsToParentResponse]

Description

Indicator if the records were related successfully

Derived By

Type xs:boolean

Referenced By

Element: ns:related [element relateRecordsInBothDirectionsResponse]

Description

Indicator if the records were related successfully

Derived By

Type xs:boolean

Referenced By

Element: ns:relatedField [element checkRelatedItemMaxLimits]

Description

Name of the field which should be updated with provided item ID value

Derived By

Type xs:string

Referenced By

Element: ns:relatedItemStillAvailable [element checkRelatedItemMaxLimitsResponse]

Description

Indicator if the related item is still available.

Derived By

Type xs:boolean

Referenced By

Element: ns:relateRecordsInBothDirections

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:parentDBTable  xs:string  0..1  Name of parent database table
ns:parentDBField  xs:string  0..1  Name of field in parent database table
ns:childDBTable  xs:string  0..1  Name of child database table
ns:childDBField  xs:string  0..1  Name of field in child database table
ns:parentId  xs:string  0..1  Identifier of parent record
ns:childrenIds  xs:string  0..1  List of identifiers of children records separated by commas
ns:appendChildrenIds  xs:boolean  0..1  Indicator to append the children. Setting this to false will replace the parent related field.

Element: ns:relateRecordsInBothDirectionsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:related  xs:boolean  0..1  Indicator if the records were related successfully
ns:return  xs:string  0..1  List of related children IDs separated by commas

Element: ns:releasePackageDeployState [element deployReleasePackage]

Description

State of deployment for release package. If this is not specified, it will default to the current state of the release package.

Derived By

Type xs:string

Referenced By

Element: ns:releasePackageItemId [element deleteDeploymentTasks]

Description

Identificator of release package.

Derived By

Type xs:string

Referenced By

Element: ns:releasePackageItemID [element deployReleasePackage]

Description

Item identifier of release package (in form of table_id:record_id, for example 1001:11)

Derived By

Type xs:string

Referenced By

Element: ns:releasePackageItemID [element failReleasePackage]

Description

Item identifier of release package (in form of table_id:record_id, for example 1001:11)

Derived By

Type xs:string

Referenced By

Element: ns:releasePackageItemId [element updateDeploymentTaskStatusResponse]

Description

Item identifier of release package (in form of table_id:record_id, for example 1001:11)

Derived By

Type xs:string

Referenced By

Element: ns:releasePackageItemID [element updateReleasePackageDeployStatus]

Description

Item identifier of release package (in form of table_id:record_id, for example 1001:11)

Derived By

Type xs:string

Referenced By

Element: ns:releasePackageItemID [element validateReleasePackageDeploymentTasks]

Description

Item identifier of release package (in form of table_id:record_id, for example 1001:11)

Derived By

Type xs:string

Referenced By

Element: ns:releaseTemplateItemId [element deleteDeploymentTasks]

Description

Identificator of deployment process template.

Derived By

Type xs:string

Referenced By

Element: ns:releaseTrain [element validateReleaseTrain]

Derived By

Type ns:ReleaseTrainItem

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:code  xs:string  0..1  Code of release train
ns:name  xs:string  0..1  Name of release train
ns:type  xs:string  0..1  Type of release train
Referenced By

Element: ns:return [element changeDeploymentTasksOrderResponse]

Description

service execution message log - empty if everything is successfull

Derived By

Type xs:string

Referenced By

Element: ns:return [element checkRelatedItemMaxLimitsResponse]

Description

Message

Derived By

Type xs:string

Referenced By

Element: ns:return [element copyAppReleases2ReleaseTrainResponse]

Description

service execution message log - empty if everything is successfull

Derived By

Type xs:string

Referenced By

Element: ns:return [element copyDeploymentTasks2ReleasePackageResponse]

Description

service execution message log - empty if everything is successfull

Derived By

Type xs:string

Referenced By

Element: ns:return [element copyDeploymentTasks2TemplateResponse]

Description

service execution message log - empty if everything is successfull

Derived By

Type xs:string

Referenced By

Element: ns:return [element deleteDeploymentTasksResponse]

Description

service execution message log - empty if everything is successfull

Derived By

Type xs:string

Referenced By

Element: ns:return [element deployTaskResponse]

Description

Returns true if deploy was successful

Derived By

Type xs:boolean

Referenced By

Element: ns:return [element failReleasePackageResponse]

Description

Returns true if transition was successful

Derived By

Type xs:boolean

Referenced By

Element: ns:return [element getBuildVersionResponse]

Description

Build version number

Derived By

Type xs:string

Referenced By

Element: ns:return [element getInterfaceVersionResponse]

Description

Interface version number

Derived By

Type xs:string

Referenced By

Element: ns:return [element promoteVaultTaskResponse]

Description

Returns true if vault task has been promoted successfully

Derived By

Type xs:boolean

Referenced By

Element: ns:return [element relateChildrenRecordsResponse]

Description

Identifiers of children records that were updated, separated by commas

Derived By

Type xs:string

Referenced By

Element: ns:return [element relateChildrenRecordsToParentResponse]

Description

Identifiers of children records that were updated, separated by commas

Derived By

Type xs:string

Referenced By

Element: ns:return [element relateRecordsInBothDirectionsResponse]

Description

List of related children IDs separated by commas

Derived By

Type xs:string

Referenced By

Element: ns:return [element unrelateChildrenRecordsFromParentResponse]

Description

List of unrelated IDs separated by commas

Derived By

Type xs:string

Referenced By

Element: ns:return [element unrelateChildrenRecordsResponse]

Description

List of unrelated IDs separated by commas

Derived By

Type xs:string

Referenced By

Element: ns:return [element unrelateRecordsInBothDirectionsResponse]

Description

Identifiers of unrelated children records separated by commas

Derived By

Type xs:string

Referenced By

Element: ns:return [element updateDeploymentTaskStatusResponse]

Description

Returns true if update is successful

Derived By

Type xs:boolean

Referenced By

Element: ns:return [element updateReleasePackageDeployStatusResponse]

Description

Returns true if update was successful

Derived By

Type xs:boolean

Referenced By

Element: ns:return [element validateApplicationReleaseResponse]

Derived By

Type ns:AppReleaseItem

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:name  xs:string  0..1  Name of application release
ns:version  xs:string  0..1  Version of application release
Referenced By

Element: ns:return [element validateReleasePackageDeploymentTasksResponse]

Description

Returns true if the task status is in Completed status

Derived By

Type xs:boolean

Referenced By

Element: ns:return [element validateReleaseTrainResponse]

Derived By

Type ns:ReleaseTrainItem

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:code  xs:string  0..1  Code of release train
ns:name  xs:string  0..1  Name of release train
ns:type  xs:string  0..1  Type of release train
Referenced By

Element: ns:RLMUtilServiceFaultMessage [element RLMUtilServiceFaultMessage]

Description

Error message

Derived By

Type xs:string

Referenced By

Element: ns:RLMUtilServiceFaultMessage

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:RLMUtilServiceFaultMessage  xs:string  0..1  Error message

Element: ns:sequenceNumber [element deployReleasePackage]

Description

Number of sequence to run/check.

Derived By

Type xs:integer

Referenced By

Element: ns:sequenceType [element deployReleasePackage]

Description

Either current, next, or previous sequence should be run/checked.

Derived By

Type ns:SequenceTypes

Enumeration
Value  Description 
CURRENT 
NEXT 
PREVIOUS 
LAST 
Referenced By

Element: ns:stageId [element deleteDeploymentTasks]

Description

Identificator of stage.

Derived By

Type xs:string

Referenced By

Element: ns:table [element checkRelatedItemMaxLimits]

Description

Name of the table

Derived By

Type xs:string

Referenced By

Element: ns:table [element relateChildrenRecords]

Description

Name of the table

Derived By

Type xs:string

Referenced By

Element: ns:table [element relateChildrenRecordsToParent]

Description

Name of the table

Derived By

Type xs:string

Referenced By

Element: ns:table [element unrelateChildrenRecords]

Description

Name of the table

Derived By

Type xs:string

Referenced By

Element: ns:table [element unrelateChildrenRecordsFromParent]

Description

Name of the table

Derived By

Type xs:string

Referenced By

Element: ns:targetReleasePackageItemId [element copyDeploymentTasks2ReleasePackage]

Description

Identificator of target release package - where tasks will be copied to.

Derived By

Type xs:string

Referenced By

Element: ns:targetReleaseTemplateItemId [element copyDeploymentTasks2Template]

Description

Identificator of template which we
should use to copy tasks to

Derived By

Type xs:string

Referenced By

Element: ns:targetReleaseTrainItemId [element copyAppReleases2ReleaseTrain]

Description

Identificator of target release train which application releases should be copied to

Derived By

Type xs:string

Referenced By

Element: ns:targetTemplateStageId [element copyDeploymentTasks2Template]

Description

Identificator of stage which we
should use to assign all copied tasks

Derived By

Type xs:string

Referenced By

Element: ns:taskComplete [element updateDeploymentTaskStatusResponse]

Description

Returns true if the task status is in Completed status

Derived By

Type xs:boolean

Referenced By

Element: ns:taskIds [element deleteDeploymentTasks]

Description

Identificators of tasks to be deleted, separated by commas.

Derived By

Type xs:string

Referenced By

Element: ns:taskItemId [element deployTask]

Description

Item identifier of deployment task (in form of table_id:record_id, for example 1001:11)

Derived By

Type xs:string

Referenced By

Element: ns:taskItemId [element promoteVaultTask]

Description

Item identifier of deployment task (in form of table_id:record_id, for example 1001:11)

Derived By

Type xs:string

Referenced By

Element: ns:taskItemId [element updateDeploymentTaskStatusResponse]

Description

Item identifier of deployment task (in form of table_id:record_id, for example 1001:11)

Derived By

Type xs:string

Referenced By

Element: ns:tasksOrderInfo [element changeDeploymentTasksOrder]

Description

Tasks ids and order pairs separated by commas. In form of table_item_id_1=seq_num_1,table_item_id_2=seq_num_2,...,table_item_id_N=seq_num_N

Derived By

Type xs:string

Referenced By

Element: ns:taskType [element updateDeploymentTaskStatus]

Description

Either vault or automation task type

Derived By

Type ns:TaskType

Enumeration
Value  Description 
Vault 
Automation 
Referenced By

Element: ns:totalDeployCount [element deployReleasePackageResponse]

Description

Count of deployment tasks that will be started in this run/check

Derived By

Type xs:integer

Referenced By

Element: ns:transition [element relateChildrenRecords]

Description

Name of the update transition

Derived By

Type xs:string

Referenced By

Element: ns:transition [element relateChildrenRecordsToParent]

Description

Name of the update transition

Derived By

Type xs:string

Referenced By

Element: ns:transition [element unrelateChildrenRecords]

Description

Name of the update transition

Derived By

Type xs:string

Referenced By

Element: ns:transition [element unrelateChildrenRecordsFromParent]

Description

Name of the update transition

Derived By

Type xs:string

Referenced By

Element: ns:type [type ReleaseTrainItem]

Description

Type of release train

Derived By

Type xs:string

Referenced By

Element: ns:unrelateChildrenRecords

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:table  xs:string  0..1  Name of the table
ns:transition  xs:string  0..1  Name of the update transition
ns:field  xs:string  0..1  Name of the field which should be emptied
ns:childrenIds  xs:string  0..1  Identifiers of records which should be unrelated

Element: ns:unrelateChildrenRecordsFromParent

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:table  xs:string  0..1  Name of the table
ns:transition  xs:string  0..1  Name of the update transition
ns:field  xs:string  0..1  Name of the field which should be emptied
ns:parentId  xs:string  0..1  Identifier of parent record
ns:childrenIds  xs:string  0..1  Identifiers of records which should be unrelated

Element: ns:unrelateChildrenRecordsFromParentResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  List of unrelated IDs separated by commas

Element: ns:unrelateChildrenRecordsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  List of unrelated IDs separated by commas

Element: ns:unrelateRecordsInBothDirections

Description

Authentication information

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1 
ns:parentDBTable  xs:string  0..1  Name of parent database table
ns:parentDBField  xs:string  0..1  Name of field in parent database table
ns:childDBTable  xs:string  0..1  Name of child database table
ns:childDBField  xs:string  0..1  Name of field in child database table
ns:parentId  xs:string  0..1  Identifier of parent record
ns:childrenIds  xs:string  0..1  Identifiers of children records separated by commas

Element: ns:unrelateRecordsInBothDirectionsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  Identifiers of unrelated children records separated by commas

Element: ns:updateDeploymentTaskStatus

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:authInfo  ns:AuthInfo  0..1  Authentication information
ns:taskType  ns:TaskType  1..1  Either vault or automation task type
ns:jobId  xs:string  1..1  Identifier of deployment job for vault or execution process for automation
ns:jobStatus  xs:string  1..1  Current status of execution
ns:jobStatusMessage  xs:string  0..1  Message related to provided status of execution

Element: ns:updateDeploymentTaskStatusResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:boolean  0..1  Returns true if update is successful
ns:message  xs:string  0..1  Message related to result, such as an error message
ns:taskItemId  xs:string  0..1  Item identifier of deployment task (in form of table_id:record_id, for example 1001:11)
ns:releasePackageItemId  xs:string  0..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:taskComplete  xs:boolean  0..1  Returns true if the task status is in Completed status

Element: ns:updateReleasePackageDeployStatus

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:authInfo  ns:AuthInfo  0..1  Authentication information
ns:releasePackageItemID  xs:string  1..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)

Element: ns:updateReleasePackageDeployStatusResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:boolean  0..1  Returns true if update was successful
ns:message  xs:string  0..1  Message related to result, such as an error message.

Element: ns:username [type AuthInfo]

Description

Name of authenticating user

Derived By

Type xs:string

Referenced By

Element: ns:validateApplicationRelease

Description

Authentication information

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:appRelease  ns:AppReleaseItem  0..1 

Element: ns:validateApplicationReleaseResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:AppReleaseItem  0..1 

Element: ns:validateReleasePackageDeploymentTasks

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:releasePackageItemID  xs:string  0..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)

Element: ns:validateReleasePackageDeploymentTasksResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:boolean  0..1  Returns true if the task status is in Completed status

Element: ns:validateReleaseTrain

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:releaseTrain  ns:ReleaseTrainItem  0..1 

Element: ns:validateReleaseTrainResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:ReleaseTrainItem  0..1 

Element: ns:version [type AppReleaseItem]

Description

Version of application release

Derived By

Type xs:string

Referenced By

ReleaseRequestService Web Service

Description

Serena Release Manager Release Request Service

Type

SOAP

Style

Document

See Also

Methods | Complex Types | Elements

Methods: ReleaseRequestService

Methods
Name  Description 
executeSSMTransition 
getBcrRequests 
getBuildVersion  Returns build version for Release Requests web service
getInterfaceVersion  Returns interface version for Release Requests web service
getRelatedBcrRequests 
getRelatedRequestProjects  Returns related projects for specified release package
getRelatedRequests  Returns related requests for specified release package
getRelatedRfcRequests 
getRequestProjects  Returns projects
getRequests  Returns requests from registered request providers.
getRfcRequests 
relateBcrRequests 
relateRequestProjects  Relates specified project to specified release package
relateRequests  Relates specified requests to specified release package
relateRfcRequests 
unRelateBcrRequests 
unRelateRequestProjects  Un-relates specified project from specified release package
unRelateRequests  Un-relates specified request from specified release package
unRelateRfcRequests 

Method: executeSSMTransition

Action

urn:executeSSMTransition

Style

Document

Input (Literal)

The input of this method is the document element ns:executeSSMTransition having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1 
ns:rtId  xs:string  0..1 
ns:transition  xs:string  0..1 
ns:requestIds  xs:string  0..1 
Output (Literal)

The output of this method is the document element ns:executeSSMTransitionResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:RfcRequestInfo  0..* 
Faults
Name  Content  Description 
ReleaseRequestServiceException  ns:ReleaseRequestServiceException 

Method: getBcrRequests

Action

urn:getBcrRequests

Style

Document

Input (Literal)

The input of this method is the document element ns:getBcrRequests having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1 
ns:auth  ns:AuthInfo  0..1 
ns:filter  xs:string  0..1 
Output (Literal)

The output of this method is the document element ns:getBcrRequestsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:BcrRequestInfo  0..* 
Faults
Name  Content  Description 
ReleaseRequestServiceException  ns:ReleaseRequestServiceException 

Method: getBuildVersion

Description

Returns build version for Release Requests web service

Action

urn:getBuildVersion

Style

Document

Output (Literal)

The output of this method is the document element ns:getBuildVersionResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  Build version information
Faults
Name  Content  Description 
ReleaseRequestServiceException  ns:ReleaseRequestServiceException 

Method: getInterfaceVersion

Description

Returns interface version for Release Requests web service

Action

urn:getInterfaceVersion

Style

Document

Output (Literal)

The output of this method is the document element ns:getInterfaceVersionResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  Interface version information
Faults
Name  Content  Description 
ReleaseRequestServiceException  ns:ReleaseRequestServiceException 

Method: getRelatedBcrRequests

Action

urn:getRelatedBcrRequests

Style

Document

Input (Literal)

The input of this method is the document element ns:getRelatedBcrRequests having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1 
ns:auth  ns:AuthInfo  0..1 
ns:arId  xs:string  0..1 
Output (Literal)

The output of this method is the document element ns:getRelatedBcrRequestsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:BcrRequestInfo  0..* 
Faults
Name  Content  Description 
ReleaseRequestServiceException  ns:ReleaseRequestServiceException 

Method: getRelatedRequestProjects

Description

Returns related projects for specified release package

Action

urn:getRelatedRequestProjects

Style

Document

Input (Literal)

The input of this method is the document element ns:getRelatedRequestProjects having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:packageId  xs:string  0..1  Release package ID
Output (Literal)

The output of this method is the document element ns:getRelatedRequestProjectsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:ProjectInfo  0..* 
Faults
Name  Content  Description 
ReleaseRequestServiceException  ns:ReleaseRequestServiceException 

Method: getRelatedRequests

Description

Returns related requests for specified release package

Action

urn:getRelatedRequests

Style

Document

Input (Literal)

The input of this method is the document element ns:getRelatedRequests having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:packageId  xs:string  0..1  Release package ID
Output (Literal)

The output of this method is the document element ns:getRelatedRequestsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:RequestInfo  0..* 
Faults
Name  Content  Description 
ReleaseRequestServiceException  ns:ReleaseRequestServiceException 

Method: getRelatedRfcRequests

Action

urn:getRelatedRfcRequests

Style

Document

Input (Literal)

The input of this method is the document element ns:getRelatedRfcRequests having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1 
ns:auth  ns:AuthInfo  0..1 
ns:rtId  xs:string  0..1 
Output (Literal)

The output of this method is the document element ns:getRelatedRfcRequestsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:RfcRequestInfo  0..* 
Faults
Name  Content  Description 
ReleaseRequestServiceException  ns:ReleaseRequestServiceException 

Method: getRequestProjects

Description

Returns projects

Action

urn:getRequestProjects

Style

Document

Input (Literal)

The input of this method is the document element ns:getRequestProjects having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:auth  ns:AuthInfo  0..1  Authentication information
Output (Literal)

The output of this method is the document element ns:getRequestProjectsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:ProjectInfo  0..* 
Faults
Name  Content  Description 
ReleaseRequestServiceException  ns:ReleaseRequestServiceException 

Method: getRequests

Description

Returns requests from registered request providers.

Action

urn:getRequests

Style

Document

Input (Literal)

The input of this method is the document element ns:getRequests having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:packageId  xs:string  0..1  Release package ID
Output (Literal)

The output of this method is the document element ns:getRequestsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:RequestInfo  0..* 
Faults
Name  Content  Description 
ReleaseRequestServiceException  ns:ReleaseRequestServiceException 

Method: getRfcRequests

Action

urn:getRfcRequests

Style

Document

Input (Literal)

The input of this method is the document element ns:getRfcRequests having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1 
ns:auth  ns:AuthInfo  0..1 
ns:filter  xs:string  0..1 
Output (Literal)

The output of this method is the document element ns:getRfcRequestsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:RfcRequestInfo  0..* 
Faults
Name  Content  Description 
ReleaseRequestServiceException  ns:ReleaseRequestServiceException 

Method: relateBcrRequests

Action

urn:relateBcrRequests

Style

Document

Input (Literal)

The input of this method is the document element ns:relateBcrRequests having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1 
ns:auth  ns:AuthInfo  0..1 
ns:arId  xs:string  0..1 
ns:requestIds  xs:string  0..1 
Output (Literal)

The output of this method is the document element ns:relateBcrRequestsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:BcrRequestInfo  0..* 
Faults
Name  Content  Description 
ReleaseRequestServiceException  ns:ReleaseRequestServiceException 

Method: relateRequestProjects

Description

Relates specified project to specified release package

Action

urn:relateRequestProjects

Style

Document

Input (Literal)

The input of this method is the document element ns:relateRequestProjects having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:packageId  xs:string  0..1  Release package ID
ns:projectIds  xs:string  0..1  Project ID list
Output (Literal)

The output of this method is the document element ns:relateRequestProjectsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:ProjectInfo  0..* 
Faults
Name  Content  Description 
ReleaseRequestServiceException  ns:ReleaseRequestServiceException 

Method: relateRequests

Description

Relates specified requests to specified release package

Action

urn:relateRequests

Style

Document

Input (Literal)

The input of this method is the document element ns:relateRequests having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:packageId  xs:string  0..1  Release package ID
ns:requestIds  xs:string  0..1  Request ID list
Output (Literal)

The output of this method is the document element ns:relateRequestsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:RequestInfo  0..* 
Faults
Name  Content  Description 
ReleaseRequestServiceException  ns:ReleaseRequestServiceException 

Method: relateRfcRequests

Action

urn:relateRfcRequests

Style

Document

Input (Literal)

The input of this method is the document element ns:relateRfcRequests having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1 
ns:auth  ns:AuthInfo  0..1 
ns:rtId  xs:string  0..1 
ns:requestIds  xs:string  0..1 
Output (Literal)

The output of this method is the document element ns:relateRfcRequestsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:RfcRequestInfo  0..* 
Faults
Name  Content  Description 
ReleaseRequestServiceException  ns:ReleaseRequestServiceException 

Method: unRelateBcrRequests

Action

urn:unRelateBcrRequests

Style

Document

Input (Literal)

The input of this method is the document element ns:unRelateBcrRequests having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1 
ns:auth  ns:AuthInfo  0..1 
ns:arId  xs:string  0..1 
ns:requestIds  xs:string  0..1 
Output (Literal)

The output of this method is the document element ns:unRelateBcrRequestsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:BcrRequestInfo  0..* 
Faults
Name  Content  Description 
ReleaseRequestServiceException  ns:ReleaseRequestServiceException 

Method: unRelateRequestProjects

Description

Un-relates specified project from specified release package

Action

urn:unRelateRequestProjects

Style

Document

Input (Literal)

The input of this method is the document element ns:unRelateRequestProjects having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:packageId  xs:string  0..1  Release package ID
ns:projectIds  xs:string  0..1  Release package ID associated with this project
Output (Literal)

The output of this method is the document element ns:unRelateRequestProjectsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:ProjectInfo  0..* 
Faults
Name  Content  Description 
ReleaseRequestServiceException  ns:ReleaseRequestServiceException 

Method: unRelateRequests

Description

Un-relates specified request from specified release package

Action

urn:unRelateRequests

Style

Document

Input (Literal)

The input of this method is the document element ns:unRelateRequests having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:packageId  xs:string  0..1  Release package ID
ns:requestIds  xs:string  0..1  Request ID list
Output (Literal)

The output of this method is the document element ns:unRelateRequestsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:RequestInfo  0..* 
Faults
Name  Content  Description 
ReleaseRequestServiceException  ns:ReleaseRequestServiceException 

Method: unRelateRfcRequests

Action

urn:unRelateRfcRequests

Style

Document

Input (Literal)

The input of this method is the document element ns:unRelateRfcRequests having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1 
ns:unrelate  xs:boolean  0..1 
ns:auth  ns:AuthInfo  0..1 
ns:rtId  xs:string  0..1 
ns:requestIds  xs:string  0..1 
Output (Literal)

The output of this method is the document element ns:unRelateRfcRequestsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:RfcRequestInfo  0..* 
Faults
Name  Content  Description 
ReleaseRequestServiceException  ns:ReleaseRequestServiceException 

Complex Types: ReleaseRequestService

Complex Types
Name  Description 
ns:AuthInfo 
ns:BcrRequestInfo 
ns:ProjectInfo 
ns:RequestInfo 
ns:RfcRequestInfo 

Complex Type: ns:AuthInfo

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:password  xs:string  0..1  Password
ns:username  xs:string  0..1  User name
Referenced By

Complex Type: ns:BcrRequestInfo

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:description  xs:string  0..1 
ns:displayName  xs:string  0..1 
ns:id  xs:string  0..1 
ns:providerName  xs:string  0..1 
ns:relatedApplicationReleaseId  xs:string  0..1 
ns:relatedReleaseTrainId  xs:string  0..1 
ns:state  xs:string  0..1 
ns:title  xs:string  0..1 
Referenced By

Complex Type: ns:ProjectInfo

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:id  xs:string  0..1  Project ID
ns:name  xs:string  0..1  Project name
ns:owner  xs:string  0..1  Project owner
ns:status  xs:string  0..1  Project status
ns:type  xs:string  0..1  Project type
ns:relatedPackageId  xs:string  0..1  Release package ID associated with this project
ns:providerName  xs:string  0..1  Provider name
Referenced By

Complex Type: ns:RequestInfo

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:id  xs:string  0..1  Request ID
ns:name  xs:string  0..1  Request name
ns:status  xs:string  0..1  Request status
ns:statusOld  xs:string  0..1 
ns:url  xs:string  0..1  Request URL
ns:owner  xs:string  0..1  Request owner
ns:projectName  xs:string  0..1  Project name
ns:relatedPackageId  xs:string  0..1  Release package ID associated with this request
ns:providerName  xs:string  0..1  Provider name
Referenced By

Complex Type: ns:RfcRequestInfo

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:description  xs:string  0..1 
ns:displayName  xs:string  0..1 
ns:id  xs:string  0..1 
ns:providerName  xs:string  0..1 
ns:relatedReleaseTrainId  xs:string  0..1 
ns:state  xs:string  0..1 
ns:title  xs:string  0..1 
ns:related  xs:boolean  0..1 
Referenced By

Elements: ReleaseRequestService

Elements
Name  Description 
ns:arId [element getRelatedBcrRequests] 
ns:arId [element relateBcrRequests] 
ns:arId [element unRelateBcrRequests] 
ns:auth [element executeSSMTransition] 
ns:auth [element getBcrRequests] 
ns:auth [element getRelatedBcrRequests] 
ns:auth [element getRelatedRequestProjects]  Authentication information
ns:auth [element getRelatedRequests]  Authentication information
ns:auth [element getRelatedRfcRequests] 
ns:auth [element getRequestProjects]  Authentication information
ns:auth [element getRequests]  Authentication information
ns:auth [element getRfcRequests] 
ns:auth [element relateBcrRequests] 
ns:auth [element relateRequestProjects]  Authentication information
ns:auth [element relateRequests]  Authentication information
ns:auth [element relateRfcRequests] 
ns:auth [element unRelateBcrRequests] 
ns:auth [element unRelateRequestProjects]  Authentication information
ns:auth [element unRelateRequests]  Authentication information
ns:auth [element unRelateRfcRequests] 
ns:description [type BcrRequestInfo] 
ns:description [type RfcRequestInfo] 
ns:designMode [element getBcrRequests] 
ns:designMode [element getRelatedBcrRequests] 
ns:designMode [element getRelatedRequestProjects]  Enable design mode if set to true.
ns:designMode [element getRelatedRequests]  Enable design mode if set to true.
ns:designMode [element getRelatedRfcRequests] 
ns:designMode [element getRequestProjects]  Enable design mode if set to true.
ns:designMode [element getRequests]  Enable design mode if set to true.
ns:designMode [element getRfcRequests] 
ns:designMode [element relateBcrRequests] 
ns:designMode [element relateRequestProjects]  Enable design mode if set to true.
ns:designMode [element relateRequests]  Enable design mode if set to true.
ns:designMode [element relateRfcRequests] 
ns:designMode [element unRelateBcrRequests] 
ns:designMode [element unRelateRequestProjects]  Enable design mode if set to true.
ns:designMode [element unRelateRequests]  Enable design mode if set to true.
ns:designMode [element unRelateRfcRequests] 
ns:displayName [type BcrRequestInfo] 
ns:displayName [type RfcRequestInfo] 
ns:executeSSMTransition 
ns:executeSSMTransitionResponse 
ns:filter [element getBcrRequests] 
ns:filter [element getRfcRequests] 
ns:getBcrRequests 
ns:getBcrRequestsResponse 
ns:getBuildVersionResponse 
ns:getInterfaceVersionResponse 
ns:getRelatedBcrRequests 
ns:getRelatedBcrRequestsResponse 
ns:getRelatedRequestProjects 
ns:getRelatedRequestProjectsResponse 
ns:getRelatedRequests 
ns:getRelatedRequestsResponse 
ns:getRelatedRfcRequests 
ns:getRelatedRfcRequestsResponse 
ns:getRequestProjects 
ns:getRequestProjectsResponse 
ns:getRequests 
ns:getRequestsResponse 
ns:getRfcRequests 
ns:getRfcRequestsResponse 
ns:id [type BcrRequestInfo] 
ns:id [type ProjectInfo]  Project ID
ns:id [type RequestInfo]  Request ID
ns:id [type RfcRequestInfo] 
ns:name [type ProjectInfo]  Project name
ns:name [type RequestInfo]  Request name
ns:owner [type ProjectInfo]  Project owner
ns:owner [type RequestInfo]  Request owner
ns:packageId [element getRelatedRequestProjects]  Release package ID
ns:packageId [element getRelatedRequests]  Release package ID
ns:packageId [element getRequests]  Release package ID
ns:packageId [element relateRequestProjects]  Release package ID
ns:packageId [element relateRequests]  Release package ID
ns:packageId [element unRelateRequestProjects]  Release package ID
ns:packageId [element unRelateRequests]  Release package ID
ns:password [type AuthInfo]  Password
ns:projectIds [element relateRequestProjects]  Project ID list
ns:projectIds [element unRelateRequestProjects]  Release package ID associated with this project
ns:projectName [type RequestInfo]  Project name
ns:providerName [type BcrRequestInfo] 
ns:providerName [type ProjectInfo]  Provider name
ns:providerName [type RequestInfo]  Provider name
ns:providerName [type RfcRequestInfo] 
ns:relateBcrRequests 
ns:relateBcrRequestsResponse 
ns:related [type RfcRequestInfo] 
ns:relatedApplicationReleaseId [type BcrRequestInfo] 
ns:relatedPackageId [type ProjectInfo]  Release package ID associated with this project
ns:relatedPackageId [type RequestInfo]  Release package ID associated with this request
ns:relatedReleaseTrainId [type BcrRequestInfo] 
ns:relatedReleaseTrainId [type RfcRequestInfo] 
ns:relateRequestProjects 
ns:relateRequestProjectsResponse 
ns:relateRequests 
ns:relateRequestsResponse 
ns:relateRfcRequests 
ns:relateRfcRequestsResponse 
ns:ReleaseRequestServiceException [element ReleaseRequestServiceException]  error message
ns:ReleaseRequestServiceException 
ns:requestIds [element executeSSMTransition] 
ns:requestIds [element relateBcrRequests] 
ns:requestIds [element relateRequests]  Request ID list
ns:requestIds [element relateRfcRequests] 
ns:requestIds [element unRelateBcrRequests] 
ns:requestIds [element unRelateRequests]  Request ID list
ns:requestIds [element unRelateRfcRequests] 
ns:return [element executeSSMTransitionResponse] 
ns:return [element getBcrRequestsResponse] 
ns:return [element getBuildVersionResponse]  Build version information
ns:return [element getInterfaceVersionResponse]  Interface version information
ns:return [element getRelatedBcrRequestsResponse] 
ns:return [element getRelatedRequestProjectsResponse] 
ns:return [element getRelatedRequestsResponse] 
ns:return [element getRelatedRfcRequestsResponse] 
ns:return [element getRequestProjectsResponse] 
ns:return [element getRequestsResponse] 
ns:return [element getRfcRequestsResponse] 
ns:return [element relateBcrRequestsResponse] 
ns:return [element relateRequestProjectsResponse] 
ns:return [element relateRequestsResponse] 
ns:return [element relateRfcRequestsResponse] 
ns:return [element unRelateBcrRequestsResponse] 
ns:return [element unRelateRequestProjectsResponse] 
ns:return [element unRelateRequestsResponse] 
ns:return [element unRelateRfcRequestsResponse] 
ns:rtId [element executeSSMTransition] 
ns:rtId [element getRelatedRfcRequests] 
ns:rtId [element relateRfcRequests] 
ns:rtId [element unRelateRfcRequests] 
ns:state [type BcrRequestInfo] 
ns:state [type RfcRequestInfo] 
ns:status [type ProjectInfo]  Project status
ns:status [type RequestInfo]  Request status
ns:statusOld [type RequestInfo] 
ns:title [type BcrRequestInfo] 
ns:title [type RfcRequestInfo] 
ns:transition [element executeSSMTransition] 
ns:type [type ProjectInfo]  Project type
ns:unrelate [element unRelateRfcRequests] 
ns:unRelateBcrRequests 
ns:unRelateBcrRequestsResponse 
ns:unRelateRequestProjects 
ns:unRelateRequestProjectsResponse 
ns:unRelateRequests 
ns:unRelateRequestsResponse 
ns:unRelateRfcRequests 
ns:unRelateRfcRequestsResponse 
ns:url [type RequestInfo]  Request URL
ns:username [type AuthInfo]  User name

Element: ns:arId [element getRelatedBcrRequests]

Derived By

Type xs:string

Referenced By

Element: ns:arId [element relateBcrRequests]

Derived By

Type xs:string

Referenced By

Element: ns:arId [element unRelateBcrRequests]

Derived By

Type xs:string

Referenced By

Element: ns:auth [element executeSSMTransition]

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:password  xs:string  0..1  Password
ns:username  xs:string  0..1  User name
Referenced By

Element: ns:auth [element getBcrRequests]

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:password  xs:string  0..1  Password
ns:username  xs:string  0..1  User name
Referenced By

Element: ns:auth [element getRelatedBcrRequests]

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:password  xs:string  0..1  Password
ns:username  xs:string  0..1  User name
Referenced By

Element: ns:auth [element getRelatedRequestProjects]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:password  xs:string  0..1  Password
ns:username  xs:string  0..1  User name
Referenced By

Element: ns:auth [element getRelatedRequests]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:password  xs:string  0..1  Password
ns:username  xs:string  0..1  User name
Referenced By

Element: ns:auth [element getRelatedRfcRequests]

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:password  xs:string  0..1  Password
ns:username  xs:string  0..1  User name
Referenced By

Element: ns:auth [element getRequestProjects]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:password  xs:string  0..1  Password
ns:username  xs:string  0..1  User name
Referenced By

Element: ns:auth [element getRequests]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:password  xs:string  0..1  Password
ns:username  xs:string  0..1  User name
Referenced By

Element: ns:auth [element getRfcRequests]

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:password  xs:string  0..1  Password
ns:username  xs:string  0..1  User name
Referenced By

Element: ns:auth [element relateBcrRequests]

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:password  xs:string  0..1  Password
ns:username  xs:string  0..1  User name
Referenced By

Element: ns:auth [element relateRequestProjects]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:password  xs:string  0..1  Password
ns:username  xs:string  0..1  User name
Referenced By

Element: ns:auth [element relateRequests]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:password  xs:string  0..1  Password
ns:username  xs:string  0..1  User name
Referenced By

Element: ns:auth [element relateRfcRequests]

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:password  xs:string  0..1  Password
ns:username  xs:string  0..1  User name
Referenced By

Element: ns:auth [element unRelateBcrRequests]

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:password  xs:string  0..1  Password
ns:username  xs:string  0..1  User name
Referenced By

Element: ns:auth [element unRelateRequestProjects]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:password  xs:string  0..1  Password
ns:username  xs:string  0..1  User name
Referenced By

Element: ns:auth [element unRelateRequests]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:password  xs:string  0..1  Password
ns:username  xs:string  0..1  User name
Referenced By

Element: ns:auth [element unRelateRfcRequests]

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:password  xs:string  0..1  Password
ns:username  xs:string  0..1  User name
Referenced By

Element: ns:description [type BcrRequestInfo]

Derived By

Type xs:string

Referenced By

Element: ns:description [type RfcRequestInfo]

Derived By

Type xs:string

Referenced By

Element: ns:designMode [element getBcrRequests]

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element getRelatedBcrRequests]

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element getRelatedRequestProjects]

Description

Enable design mode if set to true.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element getRelatedRequests]

Description

Enable design mode if set to true.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element getRelatedRfcRequests]

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element getRequestProjects]

Description

Enable design mode if set to true.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element getRequests]

Description

Enable design mode if set to true.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element getRfcRequests]

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element relateBcrRequests]

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element relateRequestProjects]

Description

Enable design mode if set to true.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element relateRequests]

Description

Enable design mode if set to true.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element relateRfcRequests]

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element unRelateBcrRequests]

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element unRelateRequestProjects]

Description

Enable design mode if set to true.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element unRelateRequests]

Description

Enable design mode if set to true.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element unRelateRfcRequests]

Derived By

Type xs:boolean

Referenced By

Element: ns:displayName [type BcrRequestInfo]

Derived By

Type xs:string

Referenced By

Element: ns:displayName [type RfcRequestInfo]

Derived By

Type xs:string

Referenced By

Element: ns:executeSSMTransition

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:auth  ns:AuthInfo  0..1 
ns:rtId  xs:string  0..1 
ns:transition  xs:string  0..1 
ns:requestIds  xs:string  0..1 

Element: ns:executeSSMTransitionResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:RfcRequestInfo  0..* 

Element: ns:filter [element getBcrRequests]

Derived By

Type xs:string

Referenced By

Element: ns:filter [element getRfcRequests]

Derived By

Type xs:string

Referenced By

Element: ns:getBcrRequests

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1 
ns:auth  ns:AuthInfo  0..1 
ns:filter  xs:string  0..1 

Element: ns:getBcrRequestsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:BcrRequestInfo  0..* 

Element: ns:getBuildVersionResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  Build version information

Element: ns:getInterfaceVersionResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  Interface version information

Element: ns:getRelatedBcrRequests

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1 
ns:auth  ns:AuthInfo  0..1 
ns:arId  xs:string  0..1 

Element: ns:getRelatedBcrRequestsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:BcrRequestInfo  0..* 

Element: ns:getRelatedRequestProjects

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:packageId  xs:string  0..1  Release package ID

Element: ns:getRelatedRequestProjectsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:ProjectInfo  0..* 

Element: ns:getRelatedRequests

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:packageId  xs:string  0..1  Release package ID

Element: ns:getRelatedRequestsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:RequestInfo  0..* 

Element: ns:getRelatedRfcRequests

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1 
ns:auth  ns:AuthInfo  0..1 
ns:rtId  xs:string  0..1 

Element: ns:getRelatedRfcRequestsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:RfcRequestInfo  0..* 

Element: ns:getRequestProjects

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:auth  ns:AuthInfo  0..1  Authentication information

Element: ns:getRequestProjectsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:ProjectInfo  0..* 

Element: ns:getRequests

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:packageId  xs:string  0..1  Release package ID

Element: ns:getRequestsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:RequestInfo  0..* 

Element: ns:getRfcRequests

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1 
ns:auth  ns:AuthInfo  0..1 
ns:filter  xs:string  0..1 

Element: ns:getRfcRequestsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:RfcRequestInfo  0..* 

Element: ns:id [type BcrRequestInfo]

Derived By

Type xs:string

Referenced By

Element: ns:id [type ProjectInfo]

Description

Project ID

Derived By

Type xs:string

Referenced By

Element: ns:id [type RequestInfo]

Description

Request ID

Derived By

Type xs:string

Referenced By

Element: ns:id [type RfcRequestInfo]

Derived By

Type xs:string

Referenced By

Element: ns:name [type ProjectInfo]

Description

Project name

Derived By

Type xs:string

Referenced By

Element: ns:name [type RequestInfo]

Description

Request name

Derived By

Type xs:string

Referenced By

Element: ns:owner [type ProjectInfo]

Description

Project owner

Derived By

Type xs:string

Referenced By

Element: ns:owner [type RequestInfo]

Description

Request owner

Derived By

Type xs:string

Referenced By

Element: ns:packageId [element getRelatedRequestProjects]

Description

Release package ID

Derived By

Type xs:string

Referenced By

Element: ns:packageId [element getRelatedRequests]

Description

Release package ID

Derived By

Type xs:string

Referenced By

Element: ns:packageId [element getRequests]

Description

Release package ID

Derived By

Type xs:string

Referenced By

Element: ns:packageId [element relateRequestProjects]

Description

Release package ID

Derived By

Type xs:string

Referenced By

Element: ns:packageId [element relateRequests]

Description

Release package ID

Derived By

Type xs:string

Referenced By

Element: ns:packageId [element unRelateRequestProjects]

Description

Release package ID

Derived By

Type xs:string

Referenced By

Element: ns:packageId [element unRelateRequests]

Description

Release package ID

Derived By

Type xs:string

Referenced By

Element: ns:password [type AuthInfo]

Description

Password

Derived By

Type xs:string

Referenced By

Element: ns:projectIds [element relateRequestProjects]

Description

Project ID list

Derived By

Type xs:string

Referenced By

Element: ns:projectIds [element unRelateRequestProjects]

Description

Release package ID associated with this project

Derived By

Type xs:string

Referenced By

Element: ns:projectName [type RequestInfo]

Description

Project name

Derived By

Type xs:string

Referenced By

Element: ns:providerName [type BcrRequestInfo]

Derived By

Type xs:string

Referenced By

Element: ns:providerName [type ProjectInfo]

Description

Provider name

Derived By

Type xs:string

Referenced By

Element: ns:providerName [type RequestInfo]

Description

Provider name

Derived By

Type xs:string

Referenced By

Element: ns:providerName [type RfcRequestInfo]

Derived By

Type xs:string

Referenced By

Element: ns:relateBcrRequests

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1 
ns:auth  ns:AuthInfo  0..1 
ns:arId  xs:string  0..1 
ns:requestIds  xs:string  0..1 

Element: ns:relateBcrRequestsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:BcrRequestInfo  0..* 

Element: ns:related [type RfcRequestInfo]

Derived By

Type xs:boolean

Referenced By

Element: ns:relatedApplicationReleaseId [type BcrRequestInfo]

Derived By

Type xs:string

Referenced By

Element: ns:relatedPackageId [type ProjectInfo]

Description

Release package ID associated with this project

Derived By

Type xs:string

Referenced By

Element: ns:relatedPackageId [type RequestInfo]

Description

Release package ID associated with this request

Derived By

Type xs:string

Referenced By

Element: ns:relatedReleaseTrainId [type BcrRequestInfo]

Derived By

Type xs:string

Referenced By

Element: ns:relatedReleaseTrainId [type RfcRequestInfo]

Derived By

Type xs:string

Referenced By

Element: ns:relateRequestProjects

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:packageId  xs:string  0..1  Release package ID
ns:projectIds  xs:string  0..1  Project ID list

Element: ns:relateRequestProjectsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:ProjectInfo  0..* 

Element: ns:relateRequests

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:packageId  xs:string  0..1  Release package ID
ns:requestIds  xs:string  0..1  Request ID list

Element: ns:relateRequestsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:RequestInfo  0..* 

Element: ns:relateRfcRequests

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1 
ns:auth  ns:AuthInfo  0..1 
ns:rtId  xs:string  0..1 
ns:requestIds  xs:string  0..1 

Element: ns:relateRfcRequestsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:RfcRequestInfo  0..* 

Element: ns:ReleaseRequestServiceException [element ReleaseRequestServiceException]

Description

error message

Derived By

Type xs:string

Referenced By

Element: ns:ReleaseRequestServiceException

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:ReleaseRequestServiceException  xs:string  0..1  error message

Element: ns:requestIds [element executeSSMTransition]

Derived By

Type xs:string

Referenced By

Element: ns:requestIds [element relateBcrRequests]

Derived By

Type xs:string

Referenced By

Element: ns:requestIds [element relateRequests]

Description

Request ID list

Derived By

Type xs:string

Referenced By

Element: ns:requestIds [element relateRfcRequests]

Derived By

Type xs:string

Referenced By

Element: ns:requestIds [element unRelateBcrRequests]

Derived By

Type xs:string

Referenced By

Element: ns:requestIds [element unRelateRequests]

Description

Request ID list

Derived By

Type xs:string

Referenced By

Element: ns:requestIds [element unRelateRfcRequests]

Derived By

Type xs:string

Referenced By

Element: ns:return [element executeSSMTransitionResponse]

Derived By

Type ns:RfcRequestInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:description  xs:string  0..1 
ns:displayName  xs:string  0..1 
ns:id  xs:string  0..1 
ns:providerName  xs:string  0..1 
ns:relatedReleaseTrainId  xs:string  0..1 
ns:state  xs:string  0..1 
ns:title  xs:string  0..1 
ns:related  xs:boolean  0..1 
Referenced By

Element: ns:return [element getBcrRequestsResponse]

Derived By

Type ns:BcrRequestInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:description  xs:string  0..1 
ns:displayName  xs:string  0..1 
ns:id  xs:string  0..1 
ns:providerName  xs:string  0..1 
ns:relatedApplicationReleaseId  xs:string  0..1 
ns:relatedReleaseTrainId  xs:string  0..1 
ns:state  xs:string  0..1 
ns:title  xs:string  0..1 
Referenced By

Element: ns:return [element getBuildVersionResponse]

Description

Build version information

Derived By

Type xs:string

Referenced By

Element: ns:return [element getInterfaceVersionResponse]

Description

Interface version information

Derived By

Type xs:string

Referenced By

Element: ns:return [element getRelatedBcrRequestsResponse]

Derived By

Type ns:BcrRequestInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:description  xs:string  0..1 
ns:displayName  xs:string  0..1 
ns:id  xs:string  0..1 
ns:providerName  xs:string  0..1 
ns:relatedApplicationReleaseId  xs:string  0..1 
ns:relatedReleaseTrainId  xs:string  0..1 
ns:state  xs:string  0..1 
ns:title  xs:string  0..1 
Referenced By

Element: ns:return [element getRelatedRequestProjectsResponse]

Derived By

Type ns:ProjectInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:id  xs:string  0..1  Project ID
ns:name  xs:string  0..1  Project name
ns:owner  xs:string  0..1  Project owner
ns:status  xs:string  0..1  Project status
ns:type  xs:string  0..1  Project type
ns:relatedPackageId  xs:string  0..1  Release package ID associated with this project
ns:providerName  xs:string  0..1  Provider name
Referenced By

Element: ns:return [element getRelatedRequestsResponse]

Derived By

Type ns:RequestInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:id  xs:string  0..1  Request ID
ns:name  xs:string  0..1  Request name
ns:status  xs:string  0..1  Request status
ns:statusOld  xs:string  0..1 
ns:url  xs:string  0..1  Request URL
ns:owner  xs:string  0..1  Request owner
ns:projectName  xs:string  0..1  Project name
ns:relatedPackageId  xs:string  0..1  Release package ID associated with this request
ns:providerName  xs:string  0..1  Provider name
Referenced By

Element: ns:return [element getRelatedRfcRequestsResponse]

Derived By

Type ns:RfcRequestInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:description  xs:string  0..1 
ns:displayName  xs:string  0..1 
ns:id  xs:string  0..1 
ns:providerName  xs:string  0..1 
ns:relatedReleaseTrainId  xs:string  0..1 
ns:state  xs:string  0..1 
ns:title  xs:string  0..1 
ns:related  xs:boolean  0..1 
Referenced By

Element: ns:return [element getRequestProjectsResponse]

Derived By

Type ns:ProjectInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:id  xs:string  0..1  Project ID
ns:name  xs:string  0..1  Project name
ns:owner  xs:string  0..1  Project owner
ns:status  xs:string  0..1  Project status
ns:type  xs:string  0..1  Project type
ns:relatedPackageId  xs:string  0..1  Release package ID associated with this project
ns:providerName  xs:string  0..1  Provider name
Referenced By

Element: ns:return [element getRequestsResponse]

Derived By

Type ns:RequestInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:id  xs:string  0..1  Request ID
ns:name  xs:string  0..1  Request name
ns:status  xs:string  0..1  Request status
ns:statusOld  xs:string  0..1 
ns:url  xs:string  0..1  Request URL
ns:owner  xs:string  0..1  Request owner
ns:projectName  xs:string  0..1  Project name
ns:relatedPackageId  xs:string  0..1  Release package ID associated with this request
ns:providerName  xs:string  0..1  Provider name
Referenced By

Element: ns:return [element getRfcRequestsResponse]

Derived By

Type ns:RfcRequestInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:description  xs:string  0..1 
ns:displayName  xs:string  0..1 
ns:id  xs:string  0..1 
ns:providerName  xs:string  0..1 
ns:relatedReleaseTrainId  xs:string  0..1 
ns:state  xs:string  0..1 
ns:title  xs:string  0..1 
ns:related  xs:boolean  0..1 
Referenced By

Element: ns:return [element relateBcrRequestsResponse]

Derived By

Type ns:BcrRequestInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:description  xs:string  0..1 
ns:displayName  xs:string  0..1 
ns:id  xs:string  0..1 
ns:providerName  xs:string  0..1 
ns:relatedApplicationReleaseId  xs:string  0..1 
ns:relatedReleaseTrainId  xs:string  0..1 
ns:state  xs:string  0..1 
ns:title  xs:string  0..1 
Referenced By

Element: ns:return [element relateRequestProjectsResponse]

Derived By

Type ns:ProjectInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:id  xs:string  0..1  Project ID
ns:name  xs:string  0..1  Project name
ns:owner  xs:string  0..1  Project owner
ns:status  xs:string  0..1  Project status
ns:type  xs:string  0..1  Project type
ns:relatedPackageId  xs:string  0..1  Release package ID associated with this project
ns:providerName  xs:string  0..1  Provider name
Referenced By

Element: ns:return [element relateRequestsResponse]

Derived By

Type ns:RequestInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:id  xs:string  0..1  Request ID
ns:name  xs:string  0..1  Request name
ns:status  xs:string  0..1  Request status
ns:statusOld  xs:string  0..1 
ns:url  xs:string  0..1  Request URL
ns:owner  xs:string  0..1  Request owner
ns:projectName  xs:string  0..1  Project name
ns:relatedPackageId  xs:string  0..1  Release package ID associated with this request
ns:providerName  xs:string  0..1  Provider name
Referenced By

Element: ns:return [element relateRfcRequestsResponse]

Derived By

Type ns:RfcRequestInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:description  xs:string  0..1 
ns:displayName  xs:string  0..1 
ns:id  xs:string  0..1 
ns:providerName  xs:string  0..1 
ns:relatedReleaseTrainId  xs:string  0..1 
ns:state  xs:string  0..1 
ns:title  xs:string  0..1 
ns:related  xs:boolean  0..1 
Referenced By

Element: ns:return [element unRelateBcrRequestsResponse]

Derived By

Type ns:BcrRequestInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:description  xs:string  0..1 
ns:displayName  xs:string  0..1 
ns:id  xs:string  0..1 
ns:providerName  xs:string  0..1 
ns:relatedApplicationReleaseId  xs:string  0..1 
ns:relatedReleaseTrainId  xs:string  0..1 
ns:state  xs:string  0..1 
ns:title  xs:string  0..1 
Referenced By

Element: ns:return [element unRelateRequestProjectsResponse]

Derived By

Type ns:ProjectInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:id  xs:string  0..1  Project ID
ns:name  xs:string  0..1  Project name
ns:owner  xs:string  0..1  Project owner
ns:status  xs:string  0..1  Project status
ns:type  xs:string  0..1  Project type
ns:relatedPackageId  xs:string  0..1  Release package ID associated with this project
ns:providerName  xs:string  0..1  Provider name
Referenced By

Element: ns:return [element unRelateRequestsResponse]

Derived By

Type ns:RequestInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:id  xs:string  0..1  Request ID
ns:name  xs:string  0..1  Request name
ns:status  xs:string  0..1  Request status
ns:statusOld  xs:string  0..1 
ns:url  xs:string  0..1  Request URL
ns:owner  xs:string  0..1  Request owner
ns:projectName  xs:string  0..1  Project name
ns:relatedPackageId  xs:string  0..1  Release package ID associated with this request
ns:providerName  xs:string  0..1  Provider name
Referenced By

Element: ns:return [element unRelateRfcRequestsResponse]

Derived By

Type ns:RfcRequestInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:description  xs:string  0..1 
ns:displayName  xs:string  0..1 
ns:id  xs:string  0..1 
ns:providerName  xs:string  0..1 
ns:relatedReleaseTrainId  xs:string  0..1 
ns:state  xs:string  0..1 
ns:title  xs:string  0..1 
ns:related  xs:boolean  0..1 
Referenced By

Element: ns:rtId [element executeSSMTransition]

Derived By

Type xs:string

Referenced By

Element: ns:rtId [element getRelatedRfcRequests]

Derived By

Type xs:string

Referenced By

Element: ns:rtId [element relateRfcRequests]

Derived By

Type xs:string

Referenced By

Element: ns:rtId [element unRelateRfcRequests]

Derived By

Type xs:string

Referenced By

Element: ns:state [type BcrRequestInfo]

Derived By

Type xs:string

Referenced By

Element: ns:state [type RfcRequestInfo]

Derived By

Type xs:string

Referenced By

Element: ns:status [type ProjectInfo]

Description

Project status

Derived By

Type xs:string

Referenced By

Element: ns:status [type RequestInfo]

Description

Request status

Derived By

Type xs:string

Referenced By

Element: ns:statusOld [type RequestInfo]

Derived By

Type xs:string

Referenced By

Element: ns:title [type BcrRequestInfo]

Derived By

Type xs:string

Referenced By

Element: ns:title [type RfcRequestInfo]

Derived By

Type xs:string

Referenced By

Element: ns:transition [element executeSSMTransition]

Derived By

Type xs:string

Referenced By

Element: ns:type [type ProjectInfo]

Description

Project type

Derived By

Type xs:string

Referenced By

Element: ns:unrelate [element unRelateRfcRequests]

Derived By

Type xs:boolean

Referenced By

Element: ns:unRelateBcrRequests

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1 
ns:auth  ns:AuthInfo  0..1 
ns:arId  xs:string  0..1 
ns:requestIds  xs:string  0..1 

Element: ns:unRelateBcrRequestsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:BcrRequestInfo  0..* 

Element: ns:unRelateRequestProjects

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:packageId  xs:string  0..1  Release package ID
ns:projectIds  xs:string  0..1  Release package ID associated with this project

Element: ns:unRelateRequestProjectsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:ProjectInfo  0..* 

Element: ns:unRelateRequests

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:packageId  xs:string  0..1  Release package ID
ns:requestIds  xs:string  0..1  Request ID list

Element: ns:unRelateRequestsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:RequestInfo  0..* 

Element: ns:unRelateRfcRequests

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1 
ns:unrelate  xs:boolean  0..1 
ns:auth  ns:AuthInfo  0..1 
ns:rtId  xs:string  0..1 
ns:requestIds  xs:string  0..1 

Element: ns:unRelateRfcRequestsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:RfcRequestInfo  0..* 

Element: ns:url [type RequestInfo]

Description

Request URL

Derived By

Type xs:string

Referenced By

Element: ns:username [type AuthInfo]

Description

User name

Derived By

Type xs:string

Referenced By

DeployUnitService Web Service

Description

Serena Release Manager Deployment Unit Service

Type

SOAP

Style

Document

See Also

Methods | Complex Types | Elements

Methods: DeployUnitService

Methods
Name  Description 
getApprovers  Returns list of available ZMF application approvers
getBuildVersion  Returns build version for Deploy Unit web service
getDeploymentArea  Returns list of deployment areas
getDeploymentSites  Returns list of available ZMF deployment sites
getDeploymentStages  Returns list of available deployment stages
getDeployUnitProjects  Returns deploy units projects
getDeployUnits  Returns list of available deploy units separated by commas
getGslAreas  Returns list of all areas defined for a specific stage of the Dimensions GSL
getGslStages  Returns list of stages in the Dimensions CM Global Stage Lifecycle
getInterfaceVersion  Returns interface version number
getPromotionAreas  Returns list of available ZMF deployment promotion areas
getRelatedDeployUnitProjects  Returns list of related deployment unit projects
getRelatedDeployUnits  Returns list of related deploy units
relateDeployUnitProjects  Relates deployment unit projects to specified release package
relateDeployUnits  Relate specified deploy units to specified release package
unRelateDeployUnitProjects  Un-relate deployment unit projects
unRelateDeployUnits 

Method: getApprovers

Description

Returns list of available ZMF application approvers

Action

urn:getApprovers

Style

Document

Input (Literal)

The input of this method is the document element ns:getApprovers having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:projectName  xs:string  1..1  Name of project
ns:providerName  xs:string  0..1  Name of provider
Output (Literal)

The output of this method is the document element ns:getApproversResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:ApproverInfo  0..* 
Faults
Name  Content  Description 
DeployUnitServiceException  ns:DeployUnitServiceException 

Method: getBuildVersion

Description

Returns build version for Deploy Unit web service

Action

urn:getBuildVersion

Style

Document

Output (Literal)

The output of this method is the document element ns:getBuildVersionResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1 
Faults
Name  Content  Description 
DeployUnitServiceException  ns:DeployUnitServiceException 

Method: getDeploymentArea

Description

Returns list of deployment areas

Action

urn:getDeploymentArea

Style

Document

Input (Literal)

The input of this method is the document element ns:getDeploymentArea having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:stageName  xs:string  0..1  Name of deployment stage
ns:projectName  xs:string  0..1  Name of project
ns:packageId  xs:string  0..1  Identifier of release package
ns:unitIds  xs:string  0..1  Identifiers of deploy units separated by commas
Output (Literal)

The output of this method is the document element ns:getDeploymentAreaResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:DeployAreaInfo  0..* 
Faults
Name  Content  Description 
DeployUnitServiceException  ns:DeployUnitServiceException 

Method: getDeploymentSites

Description

Returns list of available ZMF deployment sites

Action

urn:getDeploymentSites

Style

Document

Input (Literal)

The input of this method is the document element ns:getDeploymentSites having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:projectName  xs:string  1..1  Name of project
ns:providerName  xs:string  0..1  Name of provider
Output (Literal)

The output of this method is the document element ns:getDeploymentSitesResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:DeploySiteInfo  0..* 
Faults
Name  Content  Description 
DeployUnitServiceException  ns:DeployUnitServiceException 

Method: getDeploymentStages

Description

Returns list of available deployment stages

Action

urn:getDeploymentStages

Style

Document

Input (Literal)

The input of this method is the document element ns:getDeploymentStages having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:projectName  xs:string  0..1  Name of project used for filtering available stages
ns:packageId  xs:string  0..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11) - used for filtering available stages
ns:unitIds  xs:string  0..1  Identifiers of deploy units separated by commas - used for filtering available stages
Output (Literal)

The output of this method is the document element ns:getDeploymentStagesResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:DeployStageInfo  0..* 
Faults
Name  Content  Description 
DeployUnitServiceException  ns:DeployUnitServiceException 

Method: getDeployUnitProjects

Description

Returns deploy units projects

Action

urn:getDeployUnitProjects

Style

Document

Input (Literal)

The input of this method is the document element ns:getDeployUnitProjects having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:providerName  xs:string  0..1  Name of provider
Output (Literal)

The output of this method is the document element ns:getDeployUnitProjectsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:ProjectInfo  0..* 
Faults
Name  Content  Description 
DeployUnitServiceException  ns:DeployUnitServiceException 

Method: getDeployUnits

Description

Returns list of available deploy units separated by commas

Action

urn:getDeployUnits

Style

Document

Input (Literal)

The input of this method is the document element ns:getDeployUnits having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:providerName  xs:string  0..1  Name of provider
ns:packageId  xs:string  0..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
Output (Literal)

The output of this method is the document element ns:getDeployUnitsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:DeployUnitInfo  0..* 
Faults
Name  Content  Description 
DeployUnitServiceException  ns:DeployUnitServiceException 

Method: getGslAreas

Description

Returns list of all areas defined for a specific stage of the Dimensions GSL

Action

urn:getGslAreas

Style

Document

Input (Literal)

The input of this method is the document element ns:getGslAreas having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:stageName  xs:string  0..1  Name of deployment stage
Output (Literal)

The output of this method is the document element ns:getGslAreasResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:DeployAreaInfo  0..* 
Faults
Name  Content  Description 
DeployUnitServiceException  ns:DeployUnitServiceException 

Method: getGslStages

Description

Returns list of stages in the Dimensions CM Global Stage Lifecycle

Action

urn:getGslStages

Style

Document

Input (Literal)

The input of this method is the document element ns:getGslStages having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
Output (Literal)

The output of this method is the document element ns:getGslStagesResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:DeployStageInfo  0..* 
Faults
Name  Content  Description 
DeployUnitServiceException  ns:DeployUnitServiceException 

Method: getInterfaceVersion

Description

Returns interface version number

Action

urn:getInterfaceVersion

Style

Document

Output (Literal)

The output of this method is the document element ns:getInterfaceVersionResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  Interface version number
Faults
Name  Content  Description 
DeployUnitServiceException  ns:DeployUnitServiceException 

Method: getPromotionAreas

Description

Returns list of available ZMF deployment promotion areas

Action

urn:getPromotionAreas

Style

Document

Input (Literal)

The input of this method is the document element ns:getPromotionAreas having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:projectName  xs:string  1..1  Name of project
ns:deploymentSite  xs:string  1..1  Name of deployment site
ns:providerName  xs:string  0..1  Name of provider
Output (Literal)

The output of this method is the document element ns:getPromotionAreasResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:PromotionAreaInfo  0..* 
Faults
Name  Content  Description 
DeployUnitServiceException  ns:DeployUnitServiceException 

Method: getRelatedDeployUnitProjects

Description

Returns list of related deployment unit projects

Action

urn:getRelatedDeployUnitProjects

Style

Document

Input (Literal)

The input of this method is the document element ns:getRelatedDeployUnitProjects having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:packageId  xs:string  0..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
Output (Literal)

The output of this method is the document element ns:getRelatedDeployUnitProjectsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:ProjectInfo  0..* 
Faults
Name  Content  Description 
DeployUnitServiceException  ns:DeployUnitServiceException 

Method: getRelatedDeployUnits

Description

Returns list of related deploy units

Action

urn:getRelatedDeployUnits

Style

Document

Input (Literal)

The input of this method is the document element ns:getRelatedDeployUnits having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:packageId  xs:string  0..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:providerName  xs:string  0..1  Name of provider
Output (Literal)

The output of this method is the document element ns:getRelatedDeployUnitsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:DeployUnitInfo  0..* 
Faults
Name  Content  Description 
DeployUnitServiceException  ns:DeployUnitServiceException 

Method: relateDeployUnitProjects

Description

Relates deployment unit projects to specified release package

Action

urn:relateDeployUnitProjects

Style

Document

Input (Literal)

The input of this method is the document element ns:relateDeployUnitProjects having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:packageId  xs:string  0..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:projectIds  xs:string  0..1  Identifiers of deployment unit projects separated by commas
ns:providerName  xs:string  0..1  Name of provider
Output (Literal)

The output of this method is the document element ns:relateDeployUnitProjectsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:ProjectInfo  0..* 
Faults
Name  Content  Description 
DeployUnitServiceException  ns:DeployUnitServiceException 

Method: relateDeployUnits

Description

Relate specified deploy units to specified release package

Action

urn:relateDeployUnits

Style

Document

Input (Literal)

The input of this method is the document element ns:relateDeployUnits having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:packageId  xs:string  0..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:deployUnitIds  xs:string  0..1  Identifiers of deploy units separated by commas
ns:providerName  xs:string  0..1  Name of provider
Output (Literal)

The output of this method is the document element ns:relateDeployUnitsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:DeployUnitInfo  0..* 
Faults
Name  Content  Description 
DeployUnitServiceException  ns:DeployUnitServiceException 

Method: unRelateDeployUnitProjects

Description

Un-relate deployment unit projects

Action

urn:unRelateDeployUnitProjects

Style

Document

Input (Literal)

The input of this method is the document element ns:unRelateDeployUnitProjects having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM Composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:packageId  xs:string  0..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:projectIds  xs:string  0..1  Identifiers of projects that should be unrelated from specified package
Output (Literal)

The output of this method is the document element ns:unRelateDeployUnitProjectsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:ProjectInfo  0..* 
Faults
Name  Content  Description 
DeployUnitServiceException  ns:DeployUnitServiceException 

Method: unRelateDeployUnits

Action

urn:unRelateDeployUnits

Style

Document

Input (Literal)

The input of this method is the document element ns:unRelateDeployUnits having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1 
ns:auth  ns:AuthInfo  0..1 
ns:packageId  xs:string  0..1 
ns:deployUnitIds  xs:string  0..1 
Output (Literal)

The output of this method is the document element ns:unRelateDeployUnitsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:DeployUnitInfo  0..* 
Faults
Name  Content  Description 
DeployUnitServiceException  ns:DeployUnitServiceException 

Complex Types: DeployUnitService

Complex Types
Name  Description 
ns:ApproverInfo 
ns:AuthInfo  Authentication information
ns:DeployAreaInfo 
ns:DeploySiteInfo 
ns:DeployStageInfo 
ns:DeployUnitInfo 
ns:ProjectInfo 
ns:PromotionAreaInfo 

Complex Type: ns:ApproverInfo

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:id  xs:string  0..1  Identifier of approver
ns:projectName  xs:string  0..1  Name of project
ns:name  xs:string  0..1  Name of approver
ns:description  xs:string  0..1  Description of approver
ns:providerName  xs:string  0..1  Name of provider
Referenced By

Complex Type: ns:AuthInfo

Description

Authentication information

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Complex Type: ns:DeployAreaInfo

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:description  xs:string  0..1  Description of deployment area
ns:directory  xs:string  0..1  Directory of deployment area
ns:id  xs:string  0..1  Identifier of deployment area
ns:name  xs:string  0..1  Name of deployment area
ns:networkNode  xs:string  0..1  Network node of deployment area
ns:owner  xs:string  0..1  Owner of deployment area
ns:providerType  xs:string  0..1  Provider name of deployment area
ns:stageId  xs:string  0..1  Identifier of deployment stage
Referenced By

Complex Type: ns:DeploySiteInfo

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:id  xs:string  0..1  Identifier of deployment site
ns:projectName  xs:string  0..1  Deployment site project name
ns:name  xs:string  0..1  Name of deployment site
ns:jobCard1  xs:string  0..1  Deployment site job card1 information
ns:jobCard2  xs:string  0..1  Deployment site job card2 information
ns:jobCard3  xs:string  0..1  Deployment site job card3 information
ns:jobCard4  xs:string  0..1  Deployment site job card4 information
ns:providerName  xs:string  0..1  Name of provider
Referenced By

Complex Type: ns:DeployStageInfo

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:description  xs:string  0..1  Description of deployment stage
ns:id  xs:string  0..1  Identifier of deployment stage
ns:name  xs:string  0..1  Name of deployment stage
ns:owner  xs:string  0..1  Owner of deployment stage
ns:projects  xs:string  0..*  Name of projects
ns:providerType  xs:string  0..1  Name of providers
Referenced By

Complex Type: ns:DeployUnitInfo

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:id  xs:string  0..1  Identifier of deployment unit
ns:name  xs:string  0..1  Name of deployment unit
ns:description  xs:string  0..1  Description of deployment unit
ns:status  xs:string  0..1  Status of deployment unit
ns:type  xs:string  0..1  Type of deployment unit
ns:projectName  xs:string  0..1  Name of deployment unit project
ns:providerName  xs:string  0..1  Name of provider
ns:relatedDeployTask  xs:string  0..1  Identifier of related deployment task
ns:relatedPackageId  xs:string  0..1  Identifier of related release package
ns:relatedProjectId  xs:string  0..1  Identifier of related project
ns:relatedDeployTaskId  xs:string  0..1  Identifier of related deployment task
ns:integrationTestStartDate  xs:string  0..1  Identifier of integration test start date
ns:integrationTestEndDate  xs:string  0..1  Identifier of integration test end date
ns:uatStartDate  xs:string  0..1  Identifier of uat test start date
ns:uatEndDate  xs:string  0..1  Identifier of uat end date
ns:prodDeploymentStartDate  xs:string  0..1  Identifier of production deployment start date
ns:prodDeploymentEndDate  xs:string  0..1  Identifier of production deployment end date
Referenced By

Complex Type: ns:ProjectInfo

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:id  xs:string  0..1  Identifier of project
ns:name  xs:string  0..1  Name of project
ns:description  xs:string  0..1  Description of project
ns:owner  xs:string  0..1  Owner of project
ns:status  xs:string  0..1  Status of project
ns:type  xs:string  0..1  Type of project
ns:relatedPackageId  xs:string  0..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:providerName  xs:string  0..1  Name of provider
Referenced By

Complex Type: ns:PromotionAreaInfo

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:id  xs:string  0..1  Identifier of promotion area
ns:projectName  xs:string  0..1  Promotion area project name
ns:name  xs:string  0..1  Name of promotion area
ns:deploymentSite  xs:string  0..1  Name of promotion deployment site
ns:level  xs:string  0..1  Promotion area level
ns:providerName  xs:string  0..1  Name of provider
Referenced By

Elements: DeployUnitService

Elements
Name  Description 
ns:auth [element getApprovers]  Authentication information
ns:auth [element getDeploymentArea]  Authentication information
ns:auth [element getDeploymentSites]  Authentication information
ns:auth [element getDeploymentStages]  Authentication information
ns:auth [element getDeployUnitProjects]  Authentication information
ns:auth [element getDeployUnits]  Authentication information
ns:auth [element getGslAreas]  Authentication information
ns:auth [element getGslStages]  Authentication information
ns:auth [element getPromotionAreas]  Authentication information
ns:auth [element getRelatedDeployUnitProjects]  Authentication information
ns:auth [element getRelatedDeployUnits]  Authentication information
ns:auth [element relateDeployUnitProjects]  Authentication information
ns:auth [element relateDeployUnits]  Authentication information
ns:auth [element unRelateDeployUnitProjects]  Authentication information
ns:auth [element unRelateDeployUnits] 
ns:deploymentSite [element getPromotionAreas]  Name of deployment site
ns:deploymentSite [type PromotionAreaInfo]  Name of promotion deployment site
ns:deployUnitIds [element relateDeployUnits]  Identifiers of deploy units separated by commas
ns:deployUnitIds [element unRelateDeployUnits] 
ns:DeployUnitServiceException [element DeployUnitServiceException]  error message
ns:DeployUnitServiceException 
ns:description [type ApproverInfo]  Description of approver
ns:description [type DeployAreaInfo]  Description of deployment area
ns:description [type DeployStageInfo]  Description of deployment stage
ns:description [type DeployUnitInfo]  Description of deployment unit
ns:description [type ProjectInfo]  Description of project
ns:designMode [element getApprovers]  Run service in design mode. Returns dummy data for use in SBM composer.
ns:designMode [element getDeploymentArea]  Run service in design mode. Returns dummy data for use in SBM composer.
ns:designMode [element getDeploymentSites]  Run service in design mode. Returns dummy data for use in SBM composer.
ns:designMode [element getDeploymentStages]  Run service in design mode. Returns dummy data for use in SBM composer.
ns:designMode [element getDeployUnitProjects]  Run service in design mode. Returns dummy data for use in SBM composer.
ns:designMode [element getDeployUnits]  Run service in design mode. Returns dummy data for use in SBM composer.
ns:designMode [element getGslAreas]  Run service in design mode. Returns dummy data for use in SBM composer.
ns:designMode [element getGslStages]  Run service in design mode. Returns dummy data for use in SBM composer.
ns:designMode [element getPromotionAreas]  Run service in design mode. Returns dummy data for use in SBM composer.
ns:designMode [element getRelatedDeployUnitProjects]  Run service in design mode. Returns dummy data for use in SBM composer.
ns:designMode [element getRelatedDeployUnits]  Run service in design mode. Returns dummy data for use in SBM composer.
ns:designMode [element relateDeployUnitProjects]  Run service in design mode. Returns dummy data for use in SBM composer.
ns:designMode [element relateDeployUnits]  Run service in design mode. Returns dummy data for use in SBM composer.
ns:designMode [element unRelateDeployUnitProjects]  Run service in design mode. Returns dummy data for use in SBM Composer.
ns:designMode [element unRelateDeployUnits] 
ns:directory [type DeployAreaInfo]  Directory of deployment area
ns:getApprovers 
ns:getApproversResponse 
ns:getBuildVersionResponse  build version number
ns:getDeploymentArea 
ns:getDeploymentAreaResponse 
ns:getDeploymentSites 
ns:getDeploymentSitesResponse 
ns:getDeploymentStages 
ns:getDeploymentStagesResponse 
ns:getDeployUnitProjects 
ns:getDeployUnitProjectsResponse 
ns:getDeployUnits 
ns:getDeployUnitsResponse 
ns:getGslAreas 
ns:getGslAreasResponse 
ns:getGslStages 
ns:getGslStagesResponse 
ns:getInterfaceVersionResponse 
ns:getPromotionAreas 
ns:getPromotionAreasResponse 
ns:getRelatedDeployUnitProjects 
ns:getRelatedDeployUnitProjectsResponse 
ns:getRelatedDeployUnits 
ns:getRelatedDeployUnitsResponse 
ns:id [type ApproverInfo]  Identifier of approver
ns:id [type DeployAreaInfo]  Identifier of deployment area
ns:id [type DeploySiteInfo]  Identifier of deployment site
ns:id [type DeployStageInfo]  Identifier of deployment stage
ns:id [type DeployUnitInfo]  Identifier of deployment unit
ns:id [type ProjectInfo]  Identifier of project
ns:id [type PromotionAreaInfo]  Identifier of promotion area
ns:integrationTestEndDate [type DeployUnitInfo]  Identifier of integration test end date
ns:integrationTestStartDate [type DeployUnitInfo]  Identifier of integration test start date
ns:jobCard1 [type DeploySiteInfo]  Deployment site job card1 information
ns:jobCard2 [type DeploySiteInfo]  Deployment site job card2 information
ns:jobCard3 [type DeploySiteInfo]  Deployment site job card3 information
ns:jobCard4 [type DeploySiteInfo]  Deployment site job card4 information
ns:level [type PromotionAreaInfo]  Promotion area level
ns:name [type ApproverInfo]  Name of approver
ns:name [type DeployAreaInfo]  Name of deployment area
ns:name [type DeploySiteInfo]  Name of deployment site
ns:name [type DeployStageInfo]  Name of deployment stage
ns:name [type DeployUnitInfo]  Name of deployment unit
ns:name [type ProjectInfo]  Name of project
ns:name [type PromotionAreaInfo]  Name of promotion area
ns:networkNode [type DeployAreaInfo]  Network node of deployment area
ns:owner [type DeployAreaInfo]  Owner of deployment area
ns:owner [type DeployStageInfo]  Owner of deployment stage
ns:owner [type ProjectInfo]  Owner of project
ns:packageId [element getDeploymentArea]  Identifier of release package
ns:packageId [element getDeploymentStages]  Item identifier of release package (in form of table_id:record_id, for example 1001:11) - used for filtering available stages
ns:packageId [element getDeployUnits]  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:packageId [element getRelatedDeployUnitProjects]  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:packageId [element getRelatedDeployUnits]  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:packageId [element relateDeployUnitProjects]  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:packageId [element relateDeployUnits]  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:packageId [element unRelateDeployUnitProjects]  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:packageId [element unRelateDeployUnits] 
ns:password [type AuthInfo]  Password of authenticating user
ns:prodDeploymentEndDate [type DeployUnitInfo]  Identifier of production deployment end date
ns:prodDeploymentStartDate [type DeployUnitInfo]  Identifier of production deployment start date
ns:projectIds [element relateDeployUnitProjects]  Identifiers of deployment unit projects separated by commas
ns:projectIds [element unRelateDeployUnitProjects]  Identifiers of projects that should be unrelated from specified package
ns:projectName [element getApprovers]  Name of project
ns:projectName [element getDeploymentArea]  Name of project
ns:projectName [element getDeploymentSites]  Name of project
ns:projectName [element getDeploymentStages]  Name of project used for filtering available stages
ns:projectName [element getPromotionAreas]  Name of project
ns:projectName [type ApproverInfo]  Name of project
ns:projectName [type DeploySiteInfo]  Deployment site project name
ns:projectName [type DeployUnitInfo]  Name of deployment unit project
ns:projectName [type PromotionAreaInfo]  Promotion area project name
ns:projects [type DeployStageInfo]  Name of projects
ns:providerName [element getApprovers]  Name of provider
ns:providerName [element getDeploymentSites]  Name of provider
ns:providerName [element getDeployUnitProjects]  Name of provider
ns:providerName [element getDeployUnits]  Name of provider
ns:providerName [element getPromotionAreas]  Name of provider
ns:providerName [element getRelatedDeployUnits]  Name of provider
ns:providerName [element relateDeployUnitProjects]  Name of provider
ns:providerName [element relateDeployUnits]  Name of provider
ns:providerName [type ApproverInfo]  Name of provider
ns:providerName [type DeploySiteInfo]  Name of provider
ns:providerName [type DeployUnitInfo]  Name of provider
ns:providerName [type ProjectInfo]  Name of provider
ns:providerName [type PromotionAreaInfo]  Name of provider
ns:providerType [type DeployAreaInfo]  Provider name of deployment area
ns:providerType [type DeployStageInfo]  Name of providers
ns:relatedDeployTask [type DeployUnitInfo]  Identifier of related deployment task
ns:relatedDeployTaskId [type DeployUnitInfo]  Identifier of related deployment task
ns:relateDeployUnitProjects 
ns:relateDeployUnitProjectsResponse 
ns:relateDeployUnits 
ns:relateDeployUnitsResponse 
ns:relatedPackageId [type DeployUnitInfo]  Identifier of related release package
ns:relatedPackageId [type ProjectInfo]  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:relatedProjectId [type DeployUnitInfo]  Identifier of related project
ns:return [element getApproversResponse] 
ns:return [element getBuildVersionResponse] 
ns:return [element getDeploymentAreaResponse] 
ns:return [element getDeploymentSitesResponse] 
ns:return [element getDeploymentStagesResponse] 
ns:return [element getDeployUnitProjectsResponse] 
ns:return [element getDeployUnitsResponse] 
ns:return [element getGslAreasResponse] 
ns:return [element getGslStagesResponse] 
ns:return [element getInterfaceVersionResponse]  Interface version number
ns:return [element getPromotionAreasResponse] 
ns:return [element getRelatedDeployUnitProjectsResponse] 
ns:return [element getRelatedDeployUnitsResponse] 
ns:return [element relateDeployUnitProjectsResponse] 
ns:return [element relateDeployUnitsResponse] 
ns:return [element unRelateDeployUnitProjectsResponse] 
ns:return [element unRelateDeployUnitsResponse] 
ns:stageId [type DeployAreaInfo]  Identifier of deployment stage
ns:stageName [element getDeploymentArea]  Name of deployment stage
ns:stageName [element getGslAreas]  Name of deployment stage
ns:status [type DeployUnitInfo]  Status of deployment unit
ns:status [type ProjectInfo]  Status of project
ns:type [type DeployUnitInfo]  Type of deployment unit
ns:type [type ProjectInfo]  Type of project
ns:uatEndDate [type DeployUnitInfo]  Identifier of uat end date
ns:uatStartDate [type DeployUnitInfo]  Identifier of uat test start date
ns:unitIds [element getDeploymentArea]  Identifiers of deploy units separated by commas
ns:unitIds [element getDeploymentStages]  Identifiers of deploy units separated by commas - used for filtering available stages
ns:unRelateDeployUnitProjects 
ns:unRelateDeployUnitProjectsResponse 
ns:unRelateDeployUnits 
ns:unRelateDeployUnitsResponse 
ns:username [type AuthInfo]  Name of authenticating user

Element: ns:auth [element getApprovers]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element getDeploymentArea]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element getDeploymentSites]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element getDeploymentStages]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element getDeployUnitProjects]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element getDeployUnits]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element getGslAreas]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element getGslStages]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element getPromotionAreas]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element getRelatedDeployUnitProjects]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element getRelatedDeployUnits]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element relateDeployUnitProjects]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element relateDeployUnits]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element unRelateDeployUnitProjects]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:auth [element unRelateDeployUnits]

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  Name of authenticating user
ns:password  xs:string  0..1  Password of authenticating user
Referenced By

Element: ns:deploymentSite [element getPromotionAreas]

Description

Name of deployment site

Derived By

Type xs:string

Referenced By

Element: ns:deploymentSite [type PromotionAreaInfo]

Description

Name of promotion deployment site

Derived By

Type xs:string

Referenced By

Element: ns:deployUnitIds [element relateDeployUnits]

Description

Identifiers of deploy units separated by commas

Derived By

Type xs:string

Referenced By

Element: ns:deployUnitIds [element unRelateDeployUnits]

Derived By

Type xs:string

Referenced By

Element: ns:DeployUnitServiceException [element DeployUnitServiceException]

Description

error message

Derived By

Type xs:string

Referenced By

Element: ns:DeployUnitServiceException

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:DeployUnitServiceException  xs:string  0..1  error message

Element: ns:description [type ApproverInfo]

Description

Description of approver

Derived By

Type xs:string

Referenced By

Element: ns:description [type DeployAreaInfo]

Description

Description of deployment area

Derived By

Type xs:string

Referenced By

Element: ns:description [type DeployStageInfo]

Description

Description of deployment stage

Derived By

Type xs:string

Referenced By

Element: ns:description [type DeployUnitInfo]

Description

Description of deployment unit

Derived By

Type xs:string

Referenced By

Element: ns:description [type ProjectInfo]

Description

Description of project

Derived By

Type xs:string

Referenced By

Element: ns:designMode [element getApprovers]

Description

Run service in design mode. Returns dummy data for use in SBM composer.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element getDeploymentArea]

Description

Run service in design mode. Returns dummy data for use in SBM composer.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element getDeploymentSites]

Description

Run service in design mode. Returns dummy data for use in SBM composer.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element getDeploymentStages]

Description

Run service in design mode. Returns dummy data for use in SBM composer.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element getDeployUnitProjects]

Description

Run service in design mode. Returns dummy data for use in SBM composer.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element getDeployUnits]

Description

Run service in design mode. Returns dummy data for use in SBM composer.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element getGslAreas]

Description

Run service in design mode. Returns dummy data for use in SBM composer.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element getGslStages]

Description

Run service in design mode. Returns dummy data for use in SBM composer.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element getPromotionAreas]

Description

Run service in design mode. Returns dummy data for use in SBM composer.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element getRelatedDeployUnitProjects]

Description

Run service in design mode. Returns dummy data for use in SBM composer.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element getRelatedDeployUnits]

Description

Run service in design mode. Returns dummy data for use in SBM composer.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element relateDeployUnitProjects]

Description

Run service in design mode. Returns dummy data for use in SBM composer.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element relateDeployUnits]

Description

Run service in design mode. Returns dummy data for use in SBM composer.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element unRelateDeployUnitProjects]

Description

Run service in design mode. Returns dummy data for use in SBM Composer.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element unRelateDeployUnits]

Derived By

Type xs:boolean

Referenced By

Element: ns:directory [type DeployAreaInfo]

Description

Directory of deployment area

Derived By

Type xs:string

Referenced By

Element: ns:getApprovers

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:projectName  xs:string  1..1  Name of project
ns:providerName  xs:string  0..1  Name of provider

Element: ns:getApproversResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:ApproverInfo  0..* 

Element: ns:getBuildVersionResponse

Description

build version number

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1 

Element: ns:getDeploymentArea

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:stageName  xs:string  0..1  Name of deployment stage
ns:projectName  xs:string  0..1  Name of project
ns:packageId  xs:string  0..1  Identifier of release package
ns:unitIds  xs:string  0..1  Identifiers of deploy units separated by commas

Element: ns:getDeploymentAreaResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:DeployAreaInfo  0..* 

Element: ns:getDeploymentSites

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:projectName  xs:string  1..1  Name of project
ns:providerName  xs:string  0..1  Name of provider

Element: ns:getDeploymentSitesResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:DeploySiteInfo  0..* 

Element: ns:getDeploymentStages

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:projectName  xs:string  0..1  Name of project used for filtering available stages
ns:packageId  xs:string  0..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11) - used for filtering available stages
ns:unitIds  xs:string  0..1  Identifiers of deploy units separated by commas - used for filtering available stages

Element: ns:getDeploymentStagesResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:DeployStageInfo  0..* 

Element: ns:getDeployUnitProjects

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:providerName  xs:string  0..1  Name of provider

Element: ns:getDeployUnitProjectsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:ProjectInfo  0..* 

Element: ns:getDeployUnits

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:providerName  xs:string  0..1  Name of provider
ns:packageId  xs:string  0..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)

Element: ns:getDeployUnitsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:DeployUnitInfo  0..* 

Element: ns:getGslAreas

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:stageName  xs:string  0..1  Name of deployment stage

Element: ns:getGslAreasResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:DeployAreaInfo  0..* 

Element: ns:getGslStages

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM composer.
ns:auth  ns:AuthInfo  0..1  Authentication information

Element: ns:getGslStagesResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:DeployStageInfo  0..* 

Element: ns:getInterfaceVersionResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  Interface version number

Element: ns:getPromotionAreas

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:projectName  xs:string  1..1  Name of project
ns:deploymentSite  xs:string  1..1  Name of deployment site
ns:providerName  xs:string  0..1  Name of provider

Element: ns:getPromotionAreasResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:PromotionAreaInfo  0..* 

Element: ns:getRelatedDeployUnitProjects

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:packageId  xs:string  0..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)

Element: ns:getRelatedDeployUnitProjectsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:ProjectInfo  0..* 

Element: ns:getRelatedDeployUnits

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:packageId  xs:string  0..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:providerName  xs:string  0..1  Name of provider

Element: ns:getRelatedDeployUnitsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:DeployUnitInfo  0..* 

Element: ns:id [type ApproverInfo]

Description

Identifier of approver

Derived By

Type xs:string

Referenced By

Element: ns:id [type DeployAreaInfo]

Description

Identifier of deployment area

Derived By

Type xs:string

Referenced By

Element: ns:id [type DeploySiteInfo]

Description

Identifier of deployment site

Derived By

Type xs:string

Referenced By

Element: ns:id [type DeployStageInfo]

Description

Identifier of deployment stage

Derived By

Type xs:string

Referenced By

Element: ns:id [type DeployUnitInfo]

Description

Identifier of deployment unit

Derived By

Type xs:string

Referenced By

Element: ns:id [type ProjectInfo]

Description

Identifier of project

Derived By

Type xs:string

Referenced By

Element: ns:id [type PromotionAreaInfo]

Description

Identifier of promotion area

Derived By

Type xs:string

Referenced By

Element: ns:integrationTestEndDate [type DeployUnitInfo]

Description

Identifier of integration test end date

Derived By

Type xs:string

Referenced By

Element: ns:integrationTestStartDate [type DeployUnitInfo]

Description

Identifier of integration test start date

Derived By

Type xs:string

Referenced By

Element: ns:jobCard1 [type DeploySiteInfo]

Description

Deployment site job card1 information

Derived By

Type xs:string

Referenced By

Element: ns:jobCard2 [type DeploySiteInfo]

Description

Deployment site job card2 information

Derived By

Type xs:string

Referenced By

Element: ns:jobCard3 [type DeploySiteInfo]

Description

Deployment site job card3 information

Derived By

Type xs:string

Referenced By

Element: ns:jobCard4 [type DeploySiteInfo]

Description

Deployment site job card4 information

Derived By

Type xs:string

Referenced By

Element: ns:level [type PromotionAreaInfo]

Description

Promotion area level

Derived By

Type xs:string

Referenced By

Element: ns:name [type ApproverInfo]

Description

Name of approver

Derived By

Type xs:string

Referenced By

Element: ns:name [type DeployAreaInfo]

Description

Name of deployment area

Derived By

Type xs:string

Referenced By

Element: ns:name [type DeploySiteInfo]

Description

Name of deployment site

Derived By

Type xs:string

Referenced By

Element: ns:name [type DeployStageInfo]

Description

Name of deployment stage

Derived By

Type xs:string

Referenced By

Element: ns:name [type DeployUnitInfo]

Description

Name of deployment unit

Derived By

Type xs:string

Referenced By

Element: ns:name [type ProjectInfo]

Description

Name of project

Derived By

Type xs:string

Referenced By

Element: ns:name [type PromotionAreaInfo]

Description

Name of promotion area

Derived By

Type xs:string

Referenced By

Element: ns:networkNode [type DeployAreaInfo]

Description

Network node of deployment area

Derived By

Type xs:string

Referenced By

Element: ns:owner [type DeployAreaInfo]

Description

Owner of deployment area

Derived By

Type xs:string

Referenced By

Element: ns:owner [type DeployStageInfo]

Description

Owner of deployment stage

Derived By

Type xs:string

Referenced By

Element: ns:owner [type ProjectInfo]

Description

Owner of project

Derived By

Type xs:string

Referenced By

Element: ns:packageId [element getDeploymentArea]

Description

Identifier of release package

Derived By

Type xs:string

Referenced By

Element: ns:packageId [element getDeploymentStages]

Description

Item identifier of release package (in form of table_id:record_id, for example 1001:11) - used for filtering available stages

Derived By

Type xs:string

Referenced By

Element: ns:packageId [element getDeployUnits]

Description

Item identifier of release package (in form of table_id:record_id, for example 1001:11)

Derived By

Type xs:string

Referenced By

Element: ns:packageId [element getRelatedDeployUnitProjects]

Description

Item identifier of release package (in form of table_id:record_id, for example 1001:11)

Derived By

Type xs:string

Referenced By

Element: ns:packageId [element getRelatedDeployUnits]

Description

Item identifier of release package (in form of table_id:record_id, for example 1001:11)

Derived By

Type xs:string

Referenced By

Element: ns:packageId [element relateDeployUnitProjects]

Description

Item identifier of release package (in form of table_id:record_id, for example 1001:11)

Derived By

Type xs:string

Referenced By

Element: ns:packageId [element relateDeployUnits]

Description

Item identifier of release package (in form of table_id:record_id, for example 1001:11)

Derived By

Type xs:string

Referenced By

Element: ns:packageId [element unRelateDeployUnitProjects]

Description

Item identifier of release package (in form of table_id:record_id, for example 1001:11)

Derived By

Type xs:string

Referenced By

Element: ns:packageId [element unRelateDeployUnits]

Derived By

Type xs:string

Referenced By

Element: ns:password [type AuthInfo]

Description

Password of authenticating user

Derived By

Type xs:string

Referenced By

Element: ns:prodDeploymentEndDate [type DeployUnitInfo]

Description

Identifier of production deployment end date

Derived By

Type xs:string

Referenced By

Element: ns:prodDeploymentStartDate [type DeployUnitInfo]

Description

Identifier of production deployment start date

Derived By

Type xs:string

Referenced By

Element: ns:projectIds [element relateDeployUnitProjects]

Description

Identifiers of deployment unit projects separated by commas

Derived By

Type xs:string

Referenced By

Element: ns:projectIds [element unRelateDeployUnitProjects]

Description

Identifiers of projects that should be unrelated from specified package

Derived By

Type xs:string

Referenced By

Element: ns:projectName [element getApprovers]

Description

Name of project

Derived By

Type xs:string

Referenced By

Element: ns:projectName [element getDeploymentArea]

Description

Name of project

Derived By

Type xs:string

Referenced By

Element: ns:projectName [element getDeploymentSites]

Description

Name of project

Derived By

Type xs:string

Referenced By

Element: ns:projectName [element getDeploymentStages]

Description

Name of project used for filtering available stages

Derived By

Type xs:string

Referenced By

Element: ns:projectName [element getPromotionAreas]

Description

Name of project

Derived By

Type xs:string

Referenced By

Element: ns:projectName [type ApproverInfo]

Description

Name of project

Derived By

Type xs:string

Referenced By

Element: ns:projectName [type DeploySiteInfo]

Description

Deployment site project name

Derived By

Type xs:string

Referenced By

Element: ns:projectName [type DeployUnitInfo]

Description

Name of deployment unit project

Derived By

Type xs:string

Referenced By

Element: ns:projectName [type PromotionAreaInfo]

Description

Promotion area project name

Derived By

Type xs:string

Referenced By

Element: ns:projects [type DeployStageInfo]

Description

Name of projects

Derived By

Type xs:string

Referenced By

Element: ns:providerName [element getApprovers]

Description

Name of provider

Derived By

Type xs:string

Referenced By

Element: ns:providerName [element getDeploymentSites]

Description

Name of provider

Derived By

Type xs:string

Referenced By

Element: ns:providerName [element getDeployUnitProjects]

Description

Name of provider

Derived By

Type xs:string

Referenced By

Element: ns:providerName [element getDeployUnits]

Description

Name of provider

Derived By

Type xs:string

Referenced By

Element: ns:providerName [element getPromotionAreas]

Description

Name of provider

Derived By

Type xs:string

Referenced By

Element: ns:providerName [element getRelatedDeployUnits]

Description

Name of provider

Derived By

Type xs:string

Referenced By

Element: ns:providerName [element relateDeployUnitProjects]

Description

Name of provider

Derived By

Type xs:string

Referenced By

Element: ns:providerName [element relateDeployUnits]

Description

Name of provider

Derived By

Type xs:string

Referenced By

Element: ns:providerName [type ApproverInfo]

Description

Name of provider

Derived By

Type xs:string

Referenced By

Element: ns:providerName [type DeploySiteInfo]

Description

Name of provider

Derived By

Type xs:string

Referenced By

Element: ns:providerName [type DeployUnitInfo]

Description

Name of provider

Derived By

Type xs:string

Referenced By

Element: ns:providerName [type ProjectInfo]

Description

Name of provider

Derived By

Type xs:string

Referenced By

Element: ns:providerName [type PromotionAreaInfo]

Description

Name of provider

Derived By

Type xs:string

Referenced By

Element: ns:providerType [type DeployAreaInfo]

Description

Provider name of deployment area

Derived By

Type xs:string

Referenced By

Element: ns:providerType [type DeployStageInfo]

Description

Name of providers

Derived By

Type xs:string

Referenced By

Element: ns:relatedDeployTask [type DeployUnitInfo]

Description

Identifier of related deployment task

Derived By

Type xs:string

Referenced By

Element: ns:relatedDeployTaskId [type DeployUnitInfo]

Description

Identifier of related deployment task

Derived By

Type xs:string

Referenced By

Element: ns:relateDeployUnitProjects

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:packageId  xs:string  0..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:projectIds  xs:string  0..1  Identifiers of deployment unit projects separated by commas
ns:providerName  xs:string  0..1  Name of provider

Element: ns:relateDeployUnitProjectsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:ProjectInfo  0..* 

Element: ns:relateDeployUnits

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:packageId  xs:string  0..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:deployUnitIds  xs:string  0..1  Identifiers of deploy units separated by commas
ns:providerName  xs:string  0..1  Name of provider

Element: ns:relateDeployUnitsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:DeployUnitInfo  0..* 

Element: ns:relatedPackageId [type DeployUnitInfo]

Description

Identifier of related release package

Derived By

Type xs:string

Referenced By

Element: ns:relatedPackageId [type ProjectInfo]

Description

Item identifier of release package (in form of table_id:record_id, for example 1001:11)

Derived By

Type xs:string

Referenced By

Element: ns:relatedProjectId [type DeployUnitInfo]

Description

Identifier of related project

Derived By

Type xs:string

Referenced By

Element: ns:return [element getApproversResponse]

Derived By

Type ns:ApproverInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:id  xs:string  0..1  Identifier of approver
ns:projectName  xs:string  0..1  Name of project
ns:name  xs:string  0..1  Name of approver
ns:description  xs:string  0..1  Description of approver
ns:providerName  xs:string  0..1  Name of provider
Referenced By

Element: ns:return [element getBuildVersionResponse]

Derived By

Type xs:string

Referenced By

Element: ns:return [element getDeploymentAreaResponse]

Derived By

Type ns:DeployAreaInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:description  xs:string  0..1  Description of deployment area
ns:directory  xs:string  0..1  Directory of deployment area
ns:id  xs:string  0..1  Identifier of deployment area
ns:name  xs:string  0..1  Name of deployment area
ns:networkNode  xs:string  0..1  Network node of deployment area
ns:owner  xs:string  0..1  Owner of deployment area
ns:providerType  xs:string  0..1  Provider name of deployment area
ns:stageId  xs:string  0..1  Identifier of deployment stage
Referenced By

Element: ns:return [element getDeploymentSitesResponse]

Derived By

Type ns:DeploySiteInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:id  xs:string  0..1  Identifier of deployment site
ns:projectName  xs:string  0..1  Deployment site project name
ns:name  xs:string  0..1  Name of deployment site
ns:jobCard1  xs:string  0..1  Deployment site job card1 information
ns:jobCard2  xs:string  0..1  Deployment site job card2 information
ns:jobCard3  xs:string  0..1  Deployment site job card3 information
ns:jobCard4  xs:string  0..1  Deployment site job card4 information
ns:providerName  xs:string  0..1  Name of provider
Referenced By

Element: ns:return [element getDeploymentStagesResponse]

Derived By

Type ns:DeployStageInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:description  xs:string  0..1  Description of deployment stage
ns:id  xs:string  0..1  Identifier of deployment stage
ns:name  xs:string  0..1  Name of deployment stage
ns:owner  xs:string  0..1  Owner of deployment stage
ns:projects  xs:string  0..*  Name of projects
ns:providerType  xs:string  0..1  Name of providers
Referenced By

Element: ns:return [element getDeployUnitProjectsResponse]

Derived By

Type ns:ProjectInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:id  xs:string  0..1  Identifier of project
ns:name  xs:string  0..1  Name of project
ns:description  xs:string  0..1  Description of project
ns:owner  xs:string  0..1  Owner of project
ns:status  xs:string  0..1  Status of project
ns:type  xs:string  0..1  Type of project
ns:relatedPackageId  xs:string  0..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:providerName  xs:string  0..1  Name of provider
Referenced By

Element: ns:return [element getDeployUnitsResponse]

Derived By

Type ns:DeployUnitInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:id  xs:string  0..1  Identifier of deployment unit
ns:name  xs:string  0..1  Name of deployment unit
ns:description  xs:string  0..1  Description of deployment unit
ns:status  xs:string  0..1  Status of deployment unit
ns:type  xs:string  0..1  Type of deployment unit
ns:projectName  xs:string  0..1  Name of deployment unit project
ns:providerName  xs:string  0..1  Name of provider
ns:relatedDeployTask  xs:string  0..1  Identifier of related deployment task
ns:relatedPackageId  xs:string  0..1  Identifier of related release package
ns:relatedProjectId  xs:string  0..1  Identifier of related project
ns:relatedDeployTaskId  xs:string  0..1  Identifier of related deployment task
ns:integrationTestStartDate  xs:string  0..1  Identifier of integration test start date
ns:integrationTestEndDate  xs:string  0..1  Identifier of integration test end date
ns:uatStartDate  xs:string  0..1  Identifier of uat test start date
ns:uatEndDate  xs:string  0..1  Identifier of uat end date
ns:prodDeploymentStartDate  xs:string  0..1  Identifier of production deployment start date
ns:prodDeploymentEndDate  xs:string  0..1  Identifier of production deployment end date
Referenced By

Element: ns:return [element getGslAreasResponse]

Derived By

Type ns:DeployAreaInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:description  xs:string  0..1  Description of deployment area
ns:directory  xs:string  0..1  Directory of deployment area
ns:id  xs:string  0..1  Identifier of deployment area
ns:name  xs:string  0..1  Name of deployment area
ns:networkNode  xs:string  0..1  Network node of deployment area
ns:owner  xs:string  0..1  Owner of deployment area
ns:providerType  xs:string  0..1  Provider name of deployment area
ns:stageId  xs:string  0..1  Identifier of deployment stage
Referenced By

Element: ns:return [element getGslStagesResponse]

Derived By

Type ns:DeployStageInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:description  xs:string  0..1  Description of deployment stage
ns:id  xs:string  0..1  Identifier of deployment stage
ns:name  xs:string  0..1  Name of deployment stage
ns:owner  xs:string  0..1  Owner of deployment stage
ns:projects  xs:string  0..*  Name of projects
ns:providerType  xs:string  0..1  Name of providers
Referenced By

Element: ns:return [element getInterfaceVersionResponse]

Description

Interface version number

Derived By

Type xs:string

Referenced By

Element: ns:return [element getPromotionAreasResponse]

Derived By

Type ns:PromotionAreaInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:id  xs:string  0..1  Identifier of promotion area
ns:projectName  xs:string  0..1  Promotion area project name
ns:name  xs:string  0..1  Name of promotion area
ns:deploymentSite  xs:string  0..1  Name of promotion deployment site
ns:level  xs:string  0..1  Promotion area level
ns:providerName  xs:string  0..1  Name of provider
Referenced By

Element: ns:return [element getRelatedDeployUnitProjectsResponse]

Derived By

Type ns:ProjectInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:id  xs:string  0..1  Identifier of project
ns:name  xs:string  0..1  Name of project
ns:description  xs:string  0..1  Description of project
ns:owner  xs:string  0..1  Owner of project
ns:status  xs:string  0..1  Status of project
ns:type  xs:string  0..1  Type of project
ns:relatedPackageId  xs:string  0..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:providerName  xs:string  0..1  Name of provider
Referenced By

Element: ns:return [element getRelatedDeployUnitsResponse]

Derived By

Type ns:DeployUnitInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:id  xs:string  0..1  Identifier of deployment unit
ns:name  xs:string  0..1  Name of deployment unit
ns:description  xs:string  0..1  Description of deployment unit
ns:status  xs:string  0..1  Status of deployment unit
ns:type  xs:string  0..1  Type of deployment unit
ns:projectName  xs:string  0..1  Name of deployment unit project
ns:providerName  xs:string  0..1  Name of provider
ns:relatedDeployTask  xs:string  0..1  Identifier of related deployment task
ns:relatedPackageId  xs:string  0..1  Identifier of related release package
ns:relatedProjectId  xs:string  0..1  Identifier of related project
ns:relatedDeployTaskId  xs:string  0..1  Identifier of related deployment task
ns:integrationTestStartDate  xs:string  0..1  Identifier of integration test start date
ns:integrationTestEndDate  xs:string  0..1  Identifier of integration test end date
ns:uatStartDate  xs:string  0..1  Identifier of uat test start date
ns:uatEndDate  xs:string  0..1  Identifier of uat end date
ns:prodDeploymentStartDate  xs:string  0..1  Identifier of production deployment start date
ns:prodDeploymentEndDate  xs:string  0..1  Identifier of production deployment end date
Referenced By

Element: ns:return [element relateDeployUnitProjectsResponse]

Derived By

Type ns:ProjectInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:id  xs:string  0..1  Identifier of project
ns:name  xs:string  0..1  Name of project
ns:description  xs:string  0..1  Description of project
ns:owner  xs:string  0..1  Owner of project
ns:status  xs:string  0..1  Status of project
ns:type  xs:string  0..1  Type of project
ns:relatedPackageId  xs:string  0..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:providerName  xs:string  0..1  Name of provider
Referenced By

Element: ns:return [element relateDeployUnitsResponse]

Derived By

Type ns:DeployUnitInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:id  xs:string  0..1  Identifier of deployment unit
ns:name  xs:string  0..1  Name of deployment unit
ns:description  xs:string  0..1  Description of deployment unit
ns:status  xs:string  0..1  Status of deployment unit
ns:type  xs:string  0..1  Type of deployment unit
ns:projectName  xs:string  0..1  Name of deployment unit project
ns:providerName  xs:string  0..1  Name of provider
ns:relatedDeployTask  xs:string  0..1  Identifier of related deployment task
ns:relatedPackageId  xs:string  0..1  Identifier of related release package
ns:relatedProjectId  xs:string  0..1  Identifier of related project
ns:relatedDeployTaskId  xs:string  0..1  Identifier of related deployment task
ns:integrationTestStartDate  xs:string  0..1  Identifier of integration test start date
ns:integrationTestEndDate  xs:string  0..1  Identifier of integration test end date
ns:uatStartDate  xs:string  0..1  Identifier of uat test start date
ns:uatEndDate  xs:string  0..1  Identifier of uat end date
ns:prodDeploymentStartDate  xs:string  0..1  Identifier of production deployment start date
ns:prodDeploymentEndDate  xs:string  0..1  Identifier of production deployment end date
Referenced By

Element: ns:return [element unRelateDeployUnitProjectsResponse]

Derived By

Type ns:ProjectInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:id  xs:string  0..1  Identifier of project
ns:name  xs:string  0..1  Name of project
ns:description  xs:string  0..1  Description of project
ns:owner  xs:string  0..1  Owner of project
ns:status  xs:string  0..1  Status of project
ns:type  xs:string  0..1  Type of project
ns:relatedPackageId  xs:string  0..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:providerName  xs:string  0..1  Name of provider
Referenced By

Element: ns:return [element unRelateDeployUnitsResponse]

Derived By

Type ns:DeployUnitInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:id  xs:string  0..1  Identifier of deployment unit
ns:name  xs:string  0..1  Name of deployment unit
ns:description  xs:string  0..1  Description of deployment unit
ns:status  xs:string  0..1  Status of deployment unit
ns:type  xs:string  0..1  Type of deployment unit
ns:projectName  xs:string  0..1  Name of deployment unit project
ns:providerName  xs:string  0..1  Name of provider
ns:relatedDeployTask  xs:string  0..1  Identifier of related deployment task
ns:relatedPackageId  xs:string  0..1  Identifier of related release package
ns:relatedProjectId  xs:string  0..1  Identifier of related project
ns:relatedDeployTaskId  xs:string  0..1  Identifier of related deployment task
ns:integrationTestStartDate  xs:string  0..1  Identifier of integration test start date
ns:integrationTestEndDate  xs:string  0..1  Identifier of integration test end date
ns:uatStartDate  xs:string  0..1  Identifier of uat test start date
ns:uatEndDate  xs:string  0..1  Identifier of uat end date
ns:prodDeploymentStartDate  xs:string  0..1  Identifier of production deployment start date
ns:prodDeploymentEndDate  xs:string  0..1  Identifier of production deployment end date
Referenced By

Element: ns:stageId [type DeployAreaInfo]

Description

Identifier of deployment stage

Derived By

Type xs:string

Referenced By

Element: ns:stageName [element getDeploymentArea]

Description

Name of deployment stage

Derived By

Type xs:string

Referenced By

Element: ns:stageName [element getGslAreas]

Description

Name of deployment stage

Derived By

Type xs:string

Referenced By

Element: ns:status [type DeployUnitInfo]

Description

Status of deployment unit

Derived By

Type xs:string

Referenced By

Element: ns:status [type ProjectInfo]

Description

Status of project

Derived By

Type xs:string

Referenced By

Element: ns:type [type DeployUnitInfo]

Description

Type of deployment unit

Derived By

Type xs:string

Referenced By

Element: ns:type [type ProjectInfo]

Description

Type of project

Derived By

Type xs:string

Referenced By

Element: ns:uatEndDate [type DeployUnitInfo]

Description

Identifier of uat end date

Derived By

Type xs:string

Referenced By

Element: ns:uatStartDate [type DeployUnitInfo]

Description

Identifier of uat test start date

Derived By

Type xs:string

Referenced By

Element: ns:unitIds [element getDeploymentArea]

Description

Identifiers of deploy units separated by commas

Derived By

Type xs:string

Referenced By

Element: ns:unitIds [element getDeploymentStages]

Description

Identifiers of deploy units separated by commas - used for filtering available stages

Derived By

Type xs:string

Referenced By

Element: ns:unRelateDeployUnitProjects

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Run service in design mode. Returns dummy data for use in SBM Composer.
ns:auth  ns:AuthInfo  0..1  Authentication information
ns:packageId  xs:string  0..1  Item identifier of release package (in form of table_id:record_id, for example 1001:11)
ns:projectIds  xs:string  0..1  Identifiers of projects that should be unrelated from specified package

Element: ns:unRelateDeployUnitProjectsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:ProjectInfo  0..* 

Element: ns:unRelateDeployUnits

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1 
ns:auth  ns:AuthInfo  0..1 
ns:packageId  xs:string  0..1 
ns:deployUnitIds  xs:string  0..1 

Element: ns:unRelateDeployUnitsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:DeployUnitInfo  0..* 

Element: ns:username [type AuthInfo]

Description

Name of authenticating user

Derived By

Type xs:string

Referenced By

DeploymentAutomationService Web Service

Description

Serena Release Manager Deployment Automation Service

Type

SOAP

Style

Document

See Also

Methods | Complex Types | Elements

Methods: DeploymentAutomationService

Methods
Name  Description 
getApplications  Returns Nolio application list
getBuildVersion  Returns build version for Deployment Automation web service
getEnvironments  Returns Nolio environment list
getInterfaceVersion  Returns interface version for Deployment Automation web service
getJobStatus  Returns current job status
getParameters  Returns Nolio parameters
getProcessChildren  Returns Nolio process children list
getProcesses  Returns Nolio process list
getServers  Returns Nolio server list
startProcessExecution  Start process execution on Nolio server

Method: getApplications

Description

Returns Nolio application list

Action

urn:getApplications

Style

Document

Input (Literal)

The input of this method is the document element ns:getApplications having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:authInfo  ns:AuthInfo  0..1  Authentication information
Output (Literal)

The output of this method is the document element ns:getApplicationsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..*  Name of application
Faults
Name  Content  Description 
DeploymentAutomationServiceFaultMessage  ns:DeploymentAutomationServiceFaultMessage 

Method: getBuildVersion

Description

Returns build version for Deployment Automation web service

Action

urn:getBuildVersion

Style

Document

Output (Literal)

The output of this method is the document element ns:getBuildVersionResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  Service build version
Faults
Name  Content  Description 
DeploymentAutomationServiceFaultMessage  ns:DeploymentAutomationServiceFaultMessage 

Method: getEnvironments

Description

Returns Nolio environment list

Action

urn:getEnvironments

Style

Document

Input (Literal)

The input of this method is the document element ns:getEnvironments having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:authInfo  ns:AuthInfo  0..1  Authentication information
ns:application  xs:string  0..1  Application name
Output (Literal)

The output of this method is the document element ns:getEnvironmentsResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..*  Name of environment
Faults
Name  Content  Description 
DeploymentAutomationServiceFaultMessage  ns:DeploymentAutomationServiceFaultMessage 

Method: getInterfaceVersion

Description

Returns interface version for Deployment Automation web service

Action

urn:getInterfaceVersion

Style

Document

Output (Literal)

The output of this method is the document element ns:getInterfaceVersionResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  Service interface version
Faults
Name  Content  Description 
DeploymentAutomationServiceFaultMessage  ns:DeploymentAutomationServiceFaultMessage 

Method: getJobStatus

Description

Returns current job status

Action

urn:getJobStatus

Style

Document

Input (Literal)

The input of this method is the document element ns:getJobStatus having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:authInfo  ns:AuthInfo  0..1  Authentication information
ns:jobId  xs:long  0..1  Job ID
Output (Literal)

The output of this method is the document element ns:getJobStatusResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:JobStatus  0..1  Job status
Faults
Name  Content  Description 
DeploymentAutomationServiceFaultMessage  ns:DeploymentAutomationServiceFaultMessage 

Method: getParameters

Description

Returns Nolio parameters

Action

urn:getParameters

Style

Document

Input (Literal)

The input of this method is the document element ns:getParameters having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:authInfo  ns:AuthInfo  0..1  Authentication information
ns:application  xs:string  0..1  Application name
ns:environment  xs:string  0..1  Environment name
ns:process  xs:string  0..1  Nolio process name
Output (Literal)

The output of this method is the document element ns:getParametersResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..*  Name of parameter
Faults
Name  Content  Description 
DeploymentAutomationServiceFaultMessage  ns:DeploymentAutomationServiceFaultMessage 

Method: getProcessChildren

Description

Returns Nolio process children list

Action

urn:getProcessChildren

Style

Document

Input (Literal)

The input of this method is the document element ns:getProcessChildren having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:authInfo  ns:AuthInfo  0..1  Authentication information
ns:application  xs:string  0..1  Application name
ns:environment  xs:string  0..1  Environment name
ns:process  xs:string  0..1  Nolio process name
Output (Literal)

The output of this method is the document element ns:getProcessChildrenResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..*  Name of child process
Faults
Name  Content  Description 
DeploymentAutomationServiceFaultMessage  ns:DeploymentAutomationServiceFaultMessage 

Method: getProcesses

Description

Returns Nolio process list

Action

urn:getProcesses

Style

Document

Input (Literal)

The input of this method is the document element ns:getProcesses having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:authInfo  ns:AuthInfo  0..1  Authentication information
ns:application  xs:string  0..1  Application name
ns:environment  xs:string  0..1  Environment name
Output (Literal)

The output of this method is the document element ns:getProcessesResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..*  Name of process
Faults
Name  Content  Description 
DeploymentAutomationServiceFaultMessage  ns:DeploymentAutomationServiceFaultMessage 

Method: getServers

Description

Returns Nolio server list

Action

urn:getServers

Style

Document

Input (Literal)

The input of this method is the document element ns:getServers having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:authInfo  ns:AuthInfo  0..1  Authentication information
ns:application  xs:string  0..1  Application name
ns:environment  xs:string  0..1  Environment name
Output (Literal)

The output of this method is the document element ns:getServersResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  ns:ServerInfo  0..* 
Faults
Name  Content  Description 
DeploymentAutomationServiceFaultMessage  ns:DeploymentAutomationServiceFaultMessage 

Method: startProcessExecution

Description

Start process execution on Nolio server

Action

urn:startProcessExecution

Style

Document

Input (Literal)

The input of this method is the document element ns:startProcessExecution having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:authInfo  ns:AuthInfo  0..1  Authorization information
ns:processInfo  ns:ProcessInfo  0..1 
ns:sbmItemInfo  ns:SbmItemInfo  0..1 
Output (Literal)

The output of this method is the document element ns:startProcessExecutionResponse having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
ns:return  xs:long  0..1  Process execution job ID
Faults
Name  Content  Description 
DeploymentAutomationServiceFaultMessage  ns:DeploymentAutomationServiceFaultMessage 

Complex Types: DeploymentAutomationService

Complex Types
Name  Description 
ns:ArrayOfString 
ns:AuthInfo 
ns:Entry 
ns:JobStatus 
ns:ProcessInfo 
ns:SbmItemInfo 
ns:ServerInfo 
ns:string2stringMap 

Complex Type: ns:ArrayOfString

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:string  xs:string  0..* 
Referenced By

Complex Type: ns:AuthInfo

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  User name
ns:password  xs:string  0..1  Password
Referenced By

Complex Type: ns:Entry

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:key  xs:string  0..1 
ns:value  xs:string  0..1 
Referenced By

Complex Type: ns:JobStatus

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:currentProgress  xs:double  0..1  Current progress in %
ns:currentStep  xs:string  0..1  Current step
ns:status  xs:string  0..1  Job status
Referenced By

Complex Type: ns:ProcessInfo

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:applicationName  xs:string  0..1  Application name
ns:environmentName  xs:string  0..1  Environment name
ns:parameters  ns:string2stringMap  0..1  Parameters
ns:processName  xs:string  0..1  Process name
ns:servers  ns:ArrayOfString  0..1  Nolio servers
Referenced By

Complex Type: ns:SbmItemInfo

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:sbmItemInstanceId  xs:string  0..1 
ns:sbmItemObjectType  xs:string  0..1 
Referenced By

Complex Type: ns:ServerInfo

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:name  xs:string  0..1  Name of server
ns:type  xs:string  0..1  Type of server
Referenced By

Complex Type: ns:string2stringMap

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:entry  ns:Entry  0..* 
Referenced By

Elements: DeploymentAutomationService

Elements
Name  Description 
ns:application [element getEnvironments]  Application name
ns:application [element getParameters]  Application name
ns:application [element getProcessChildren]  Application name
ns:application [element getProcesses]  Application name
ns:application [element getServers]  Application name
ns:applicationName [type ProcessInfo]  Application name
ns:authInfo [element getApplications]  Authentication information
ns:authInfo [element getEnvironments]  Authentication information
ns:authInfo [element getJobStatus]  Authentication information
ns:authInfo [element getParameters]  Authentication information
ns:authInfo [element getProcessChildren]  Authentication information
ns:authInfo [element getProcesses]  Authentication information
ns:authInfo [element getServers]  Authentication information
ns:authInfo [element startProcessExecution]  Authorization information
ns:currentProgress [type JobStatus]  Current progress in %
ns:currentStep [type JobStatus]  Current step
ns:DeploymentAutomationServiceFaultMessage [element DeploymentAutomationServiceFaultMessage]  error message
ns:DeploymentAutomationServiceFaultMessage 
ns:designMode [element getApplications]  Enable design mode if set to true.
ns:designMode [element getEnvironments]  Enable design mode if set to true.
ns:designMode [element getParameters]  Enable design mode if set to true.
ns:designMode [element getProcessChildren]  Enable design mode if set to true.
ns:designMode [element getProcesses]  Enable design mode if set to true.
ns:designMode [element getServers]  Enable design mode if set to true.
ns:entry [type string2stringMap] 
ns:environment [element getParameters]  Environment name
ns:environment [element getProcessChildren]  Environment name
ns:environment [element getProcesses]  Environment name
ns:environment [element getServers]  Environment name
ns:environmentName [type ProcessInfo]  Environment name
ns:getApplications 
ns:getApplicationsResponse 
ns:getBuildVersionResponse 
ns:getEnvironments 
ns:getEnvironmentsResponse 
ns:getInterfaceVersionResponse 
ns:getJobStatus 
ns:getJobStatusResponse 
ns:getParameters 
ns:getParametersResponse 
ns:getProcessChildren 
ns:getProcessChildrenResponse 
ns:getProcesses 
ns:getProcessesResponse 
ns:getServers 
ns:getServersResponse 
ns:jobId [element getJobStatus]  Job ID
ns:key [type Entry] 
ns:name [type ServerInfo]  Name of server
ns:parameters [type ProcessInfo]  Parameters
ns:password [type AuthInfo]  Password
ns:process [element getParameters]  Nolio process name
ns:process [element getProcessChildren]  Nolio process name
ns:processInfo [element startProcessExecution] 
ns:processName [type ProcessInfo]  Process name
ns:return [element getApplicationsResponse]  Name of application
ns:return [element getBuildVersionResponse]  Service build version
ns:return [element getEnvironmentsResponse]  Name of environment
ns:return [element getInterfaceVersionResponse]  Service interface version
ns:return [element getJobStatusResponse]  Job status
ns:return [element getParametersResponse]  Name of parameter
ns:return [element getProcessChildrenResponse]  Name of child process
ns:return [element getProcessesResponse]  Name of process
ns:return [element getServersResponse] 
ns:return [element startProcessExecutionResponse]  Process execution job ID
ns:sbmItemInfo [element startProcessExecution] 
ns:sbmItemInstanceId [type SbmItemInfo] 
ns:sbmItemObjectType [type SbmItemInfo] 
ns:servers [type ProcessInfo]  Nolio servers
ns:startProcessExecution 
ns:startProcessExecutionResponse 
ns:status [type JobStatus]  Job status
ns:string [type ArrayOfString] 
ns:type [type ServerInfo]  Type of server
ns:username [type AuthInfo]  User name
ns:value [type Entry] 

Element: ns:application [element getEnvironments]

Description

Application name

Derived By

Type xs:string

Referenced By

Element: ns:application [element getParameters]

Description

Application name

Derived By

Type xs:string

Referenced By

Element: ns:application [element getProcessChildren]

Description

Application name

Derived By

Type xs:string

Referenced By

Element: ns:application [element getProcesses]

Description

Application name

Derived By

Type xs:string

Referenced By

Element: ns:application [element getServers]

Description

Application name

Derived By

Type xs:string

Referenced By

Element: ns:applicationName [type ProcessInfo]

Description

Application name

Derived By

Type xs:string

Referenced By

Element: ns:authInfo [element getApplications]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  User name
ns:password  xs:string  0..1  Password
Referenced By

Element: ns:authInfo [element getEnvironments]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  User name
ns:password  xs:string  0..1  Password
Referenced By

Element: ns:authInfo [element getJobStatus]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  User name
ns:password  xs:string  0..1  Password
Referenced By

Element: ns:authInfo [element getParameters]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  User name
ns:password  xs:string  0..1  Password
Referenced By

Element: ns:authInfo [element getProcessChildren]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  User name
ns:password  xs:string  0..1  Password
Referenced By

Element: ns:authInfo [element getProcesses]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  User name
ns:password  xs:string  0..1  Password
Referenced By

Element: ns:authInfo [element getServers]

Description

Authentication information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  User name
ns:password  xs:string  0..1  Password
Referenced By

Element: ns:authInfo [element startProcessExecution]

Description

Authorization information

Derived By

Type ns:AuthInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:username  xs:string  0..1  User name
ns:password  xs:string  0..1  Password
Referenced By

Element: ns:currentProgress [type JobStatus]

Description

Current progress in %

Derived By

Type xs:double

Referenced By

Element: ns:currentStep [type JobStatus]

Description

Current step

Derived By

Type xs:string

Referenced By

Element: ns:DeploymentAutomationServiceFaultMessage [element DeploymentAutomationServiceFaultMessage]

Description

error message

Derived By

Type xs:string

Referenced By

Element: ns:DeploymentAutomationServiceFaultMessage

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:DeploymentAutomationServiceFaultMessage  xs:string  0..1  error message

Element: ns:designMode [element getApplications]

Description

Enable design mode if set to true.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element getEnvironments]

Description

Enable design mode if set to true.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element getParameters]

Description

Enable design mode if set to true.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element getProcessChildren]

Description

Enable design mode if set to true.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element getProcesses]

Description

Enable design mode if set to true.

Derived By

Type xs:boolean

Referenced By

Element: ns:designMode [element getServers]

Description

Enable design mode if set to true.

Derived By

Type xs:boolean

Referenced By

Element: ns:entry [type string2stringMap]

Derived By

Type ns:Entry

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:key  xs:string  0..1 
ns:value  xs:string  0..1 
Referenced By

Element: ns:environment [element getParameters]

Description

Environment name

Derived By

Type xs:string

Referenced By

Element: ns:environment [element getProcessChildren]

Description

Environment name

Derived By

Type xs:string

Referenced By

Element: ns:environment [element getProcesses]

Description

Environment name

Derived By

Type xs:string

Referenced By

Element: ns:environment [element getServers]

Description

Environment name

Derived By

Type xs:string

Referenced By

Element: ns:environmentName [type ProcessInfo]

Description

Environment name

Derived By

Type xs:string

Referenced By

Element: ns:getApplications

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:authInfo  ns:AuthInfo  0..1  Authentication information

Element: ns:getApplicationsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..*  Name of application

Element: ns:getBuildVersionResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  Service build version

Element: ns:getEnvironments

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:authInfo  ns:AuthInfo  0..1  Authentication information
ns:application  xs:string  0..1  Application name

Element: ns:getEnvironmentsResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..*  Name of environment

Element: ns:getInterfaceVersionResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..1  Service interface version

Element: ns:getJobStatus

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:authInfo  ns:AuthInfo  0..1  Authentication information
ns:jobId  xs:long  0..1  Job ID

Element: ns:getJobStatusResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:JobStatus  0..1  Job status

Element: ns:getParameters

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:authInfo  ns:AuthInfo  0..1  Authentication information
ns:application  xs:string  0..1  Application name
ns:environment  xs:string  0..1  Environment name
ns:process  xs:string  0..1  Nolio process name

Element: ns:getParametersResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..*  Name of parameter

Element: ns:getProcessChildren

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:authInfo  ns:AuthInfo  0..1  Authentication information
ns:application  xs:string  0..1  Application name
ns:environment  xs:string  0..1  Environment name
ns:process  xs:string  0..1  Nolio process name

Element: ns:getProcessChildrenResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..*  Name of child process

Element: ns:getProcesses

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:authInfo  ns:AuthInfo  0..1  Authentication information
ns:application  xs:string  0..1  Application name
ns:environment  xs:string  0..1  Environment name

Element: ns:getProcessesResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:string  0..*  Name of process

Element: ns:getServers

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:designMode  xs:boolean  0..1  Enable design mode if set to true.
ns:authInfo  ns:AuthInfo  0..1  Authentication information
ns:application  xs:string  0..1  Application name
ns:environment  xs:string  0..1  Environment name

Element: ns:getServersResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  ns:ServerInfo  0..* 

Element: ns:jobId [element getJobStatus]

Description

Job ID

Derived By

Type xs:long

Referenced By

Element: ns:key [type Entry]

Derived By

Type xs:string

Referenced By

Element: ns:name [type ServerInfo]

Description

Name of server

Derived By

Type xs:string

Referenced By

Element: ns:parameters [type ProcessInfo]

Description

Parameters

Derived By

Type ns:string2stringMap

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:entry  ns:Entry  0..* 
Referenced By

Element: ns:password [type AuthInfo]

Description

Password

Derived By

Type xs:string

Referenced By

Element: ns:process [element getParameters]

Description

Nolio process name

Derived By

Type xs:string

Referenced By

Element: ns:process [element getProcessChildren]

Description

Nolio process name

Derived By

Type xs:string

Referenced By

Element: ns:processInfo [element startProcessExecution]

Derived By

Type ns:ProcessInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:applicationName  xs:string  0..1  Application name
ns:environmentName  xs:string  0..1  Environment name
ns:parameters  ns:string2stringMap  0..1  Parameters
ns:processName  xs:string  0..1  Process name
ns:servers  ns:ArrayOfString  0..1  Nolio servers
Referenced By

Element: ns:processName [type ProcessInfo]

Description

Process name

Derived By

Type xs:string

Referenced By

Element: ns:return [element getApplicationsResponse]

Description

Name of application

Derived By

Type xs:string

Referenced By

Element: ns:return [element getBuildVersionResponse]

Description

Service build version

Derived By

Type xs:string

Referenced By

Element: ns:return [element getEnvironmentsResponse]

Description

Name of environment

Derived By

Type xs:string

Referenced By

Element: ns:return [element getInterfaceVersionResponse]

Description

Service interface version

Derived By

Type xs:string

Referenced By

Element: ns:return [element getJobStatusResponse]

Description

Job status

Derived By

Type ns:JobStatus

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:currentProgress  xs:double  0..1  Current progress in %
ns:currentStep  xs:string  0..1  Current step
ns:status  xs:string  0..1  Job status
Referenced By

Element: ns:return [element getParametersResponse]

Description

Name of parameter

Derived By

Type xs:string

Referenced By

Element: ns:return [element getProcessChildrenResponse]

Description

Name of child process

Derived By

Type xs:string

Referenced By

Element: ns:return [element getProcessesResponse]

Description

Name of process

Derived By

Type xs:string

Referenced By

Element: ns:return [element getServersResponse]

Derived By

Type ns:ServerInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:name  xs:string  0..1  Name of server
ns:type  xs:string  0..1  Type of server
Referenced By

Element: ns:return [element startProcessExecutionResponse]

Description

Process execution job ID

Derived By

Type xs:long

Referenced By

Element: ns:sbmItemInfo [element startProcessExecution]

Derived By

Type ns:SbmItemInfo

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:sbmItemInstanceId  xs:string  0..1 
ns:sbmItemObjectType  xs:string  0..1 
Referenced By

Element: ns:sbmItemInstanceId [type SbmItemInfo]

Derived By

Type xs:string

Referenced By

Element: ns:sbmItemObjectType [type SbmItemInfo]

Derived By

Type xs:string

Referenced By

Element: ns:servers [type ProcessInfo]

Description

Nolio servers

Derived By

Type ns:ArrayOfString

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:string  xs:string  0..* 
Referenced By

Element: ns:startProcessExecution

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:authInfo  ns:AuthInfo  0..1  Authorization information
ns:processInfo  ns:ProcessInfo  0..1 
ns:sbmItemInfo  ns:SbmItemInfo  0..1 

Element: ns:startProcessExecutionResponse

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1 
ns:return  xs:long  0..1  Process execution job ID

Element: ns:status [type JobStatus]

Description

Job status

Derived By

Type xs:string

Referenced By

Element: ns:string [type ArrayOfString]

Derived By

Type xs:string

Referenced By

Element: ns:type [type ServerInfo]

Description

Type of server

Derived By

Type xs:string

Referenced By

Element: ns:username [type AuthInfo]

Description

User name

Derived By

Type xs:string

Referenced By

Element: ns:value [type Entry]

Derived By

Type xs:string

Referenced By