Used in
RESPONSE Servers
Metadata (Publish) Parent elements
RESPONSE Syntax
<METADATA_ACTION > No Attributes
No Child Elements </METADATA_ACTION >
|
Description
Response from metadata requests that require confirmation that the request was successful.
Notes
- METADATA_ACTION is returned in response to the following requests:
- For all elements except PUT_METADATA, either "OK" or an error message is returned between the opening and closing METADATA_ACTION elements. For PUT_METADATA, "OK", "REPLACED", or an error message is returned.
Examples for METADATA_ACTION
<?xml version="1.0" encoding="UTF8"?>
<ARCXML version="1.1">
<RESPONSE>
<METADATA_ACTION>OK</METADATA_ACTION>
</RESPONSE>
</ARCXML> |
Back to top