RequestedService Data Type

A requested service.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
deployedService DeployedService element 0/1 Gets the deployed service.
description string element 0/1 Gets the description.
id long element 1/1 Gets the id.
name string element 0/1 Gets the name.
publishedServiceId long element 1/1 Gets the published service id.
state RequestedServiceState element 0/1 Gets the state.

Example

<RequestedService>
  <id>...</id>
  <publishedServiceId>...</publishedServiceId>
  <name>...</name>
  <description>...</description>
  <state>...</state>
  <deployedService>
    <name>...</name>
    <completionWorkflow>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </completionWorkflow>
    <components>
      <id>...</id>
      <target/>
      <completionWorkflow/>
    </components>
    <target>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </target>
  </deployedService>
</RequestedService>