Retrieve Values From Object Store
In this tutorial we will demonstrate how can we Retrieve Values From Object Store for the key stored in object store
Retrieve in Object Store operation will retrieve the value of the key stored in the Object Store. We will retrieve the same key which we have store in Store tutorial
Will accept key as http header and check if same key is available there in OS or not and accordingly we will retrieve the OS value
Here we have selected the same OS – Object_store which we have used in Store tutorial
First will store the key in variable
In contain we will check if the key is available in Object_store
Will add Choice Activity – if key is present in then retrieve and send the value back to caller otherwise “no value present”
In Retrieve activity we will select the Object_store
Run the application and test it through SOAPUI
If key is present
If key is not present
Sample application – object-store-retrieve
Sample SOAP UI project – Object-Store-Sample-soapui-project