Feedback
After the client sends GetRecordById operation request, server returns XML document. This document briefly lists all requested ID registration object.
The response of the Request Sample is as follows:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <csw:GetRecordByIdResponse xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:csw="http://www.opengis.net/cat/csw/2.0.2" xmlns:ows="http://www.opengis.net/ows" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dct="http://purl.org/dc/terms/" xmlns:ogc="http://www.opengis.net/ogc" xmlns:gml="http://www.opengis.net/gml" xmlns:ns8="http://www.w3.org/2001/SMIL20/" xmlns:ns9="http://www.w3.org/2001/SMIL20/Language"> <csw:SummaryRecord> <dc:identifier>703448797</dc:identifier> <dc:title>map-jingjin/rest</dc:title> <dc:type>rest</dc:type> <dc:subject>map-jingjin/rest</dc:subject> <dc:format>application/xml</dc:format> <dct:modified>2014-09-28</dct:modified> <dct:abstract>map-jingjin/rest</dct:abstract> <ows:BoundingBox> <ows:LowerCorner>114.743186758734 37.8996919653446</ows:LowerCorner> <ows:UpperCorner>119.25371039075 42.1451656642715</ows:UpperCorner> </ows:BoundingBox> </csw:SummaryRecord> </csw:GetRecordByIdResponse>