Harvest Response |
After the client sends Harvest operation request, server returns a HarvestResponse message. If the Harvest operation is successfully executed, this response message include a summary description(brief type) of the latest created or modified metadata record.
HarvestResponse message definition by the following XML fragment pattern:
<xsd:complexType name="HarvestResponseType" id="HarvestResponseType">
<xsd:choice>
<xsd:element ref="csw:Acknowledgement"/>
<xsd:element ref="csw:TransactionResponse"/>
</xsd:choice>
</xsd:complexType>
The response result of the Request Sample is shown as follows: