Generic Mode example
In the following example, assume that the adapter is used in a GET function defined as follows:
GET("REST", “-U restURL -M get -A none -H header1=value1 header2=value2", inputdata)
In the following example, assume that the adapter is used in a PUT function defined as follows:
PUT("REST ", “-U restURL -M get -A none -H header1=value1 header2=value2", inputdata)