When inbound Request Parameters need to be received and stored in the GLU Object Model for later use, you must first configure the ‘Unmarshalling’ process for these specific Parameters.
In the example below:
- the Parameter has a data type of ‘Text’
- the Parameter is passed and received in the ‘Header’
- the ‘Parameter Name’ for the Parameter is ‘USERNAMER’
These configurations define the Type, Location (Header/Body/Query), Parameter Value (Parameter Name), and the Type of the Parameter.
You should configure these settings according to your specific:
- Parameter Type
- Parameter Location
- Parameter Name
Next, the received Parameter must be saved in the GLU Object Model for later re-use, see example below:
- the Parameter type is ‘Text’,
- the Parameter name is translated in this example from ‘USERNAME’ to be saved a ‘userName’,
This defines how the Parameter is stored in GLU and in this example we have translated the Parameter name from ‘USERNAME’ to ‘userName’.