Documentation > User Guide > ETP Browser
Store provides a structured editor for sending Store protocol messages.

Store
Consists of the following fields:
URI - address for the data object in the Data Object (XML) field
UUID - a universally unique identifier for the data object in the Data Object (XML) field. The "New" button to the right will generate a new UUID
Name - the name attribute of the WITSML object in the Data Object (XML) field
Content Type - the content type of the WITSML object in the Data Object (XML) field
Data Object (XML) - text field to enter the XML of the data object for the Store call. If an XML object is pasted into this field, the above fields will be automatically populated with the values based on data from the XML.
Buttons
ETP Store Message picklist (default GetObject) - a list of ETP Store messages to select
GetObject - by selecting "GetObject" and clicking Execute, a GetObject message request is sent to return a data object identified by the URI from the store
PutObject - by selecting "PutObject" and clicking Execute, a PutObject message request is sent to insert or update a data object in the store
DeleteObject - by selecting "DeleteObject" and clicking Execute, a DeleteObject message request is sent to delete a data object in the store
Execute - sends a request of the selected Store message
Clear - clears all data input fields