Harvest 响应 |
当客户端发送 Harvest 操作请求后,服务端返回一个 HarvestResponse 消息。如果 Harvest 操作成功执行,该响应消息中包括最新创建或修改的元数据记录的一个概要(Brief 类型)描述。
HarvestResponse 消息由下面的 XML 模式片段的定义:
<xsd:complexType name="HarvestResponseType" id="HarvestResponseType">
<xsd:choice>
<xsd:element ref="csw:Acknowledgement"/>
<xsd:element ref="csw:TransactionResponse"/>
</xsd:choice>
</xsd:complexType>
请求示例 的响应结果如下: