GenerateResponse
The operation output is GenerateResponse. The output message for the Generate operation used to return the details of the request.
| Parameter | Type | Description |
|---|---|---|
| RequestID | string | A unique identifier for the submitted request. Often used for request tracking purposes. |
| DocSet | DocSet | Container object used to define a document set by ID, package, and packet associations. |
| DocSetSummary | DocSetSummary | Summary of the information in the DocSet. |
| eOriginal | string | A container object used to reference a specific transaction in the eOriginal Command Center. |
Element tns:GenerateResponse
<xs:element name="GenerateResponse">
<xs:annotation>
<xs:documentation>The root element of the response for the Generate command.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="RequestID" minOccurs="0"/>
<xs:element ref="DocSet"/>
<xs:element ref="DocSetSummary"/>
</xs:sequence>
</xs:complexType>
</xs:element>