Basic Authentication examples
The deployed packages present under /com.hcl.hip.adapters.m4rest/configs/
In the following example, assume that the adapter is used in a GET function defined as follows:
GET("REST", "-PID deployedjarname -E getRecord -P property1=value1 property2=value2", inputdata)
In the following example, assume that the adapter is used in a PUT function defined as follows:
PUT("REST", "-PID DeployedJarName -E getRecord -P property1=value1 property2=value2", inputdata)