Define HTTP variables

Define variables for the HTTP request and response communication of the service.

Types defined in the WSHelper module provide global variables that register methods for handling input and output messages. Define public variables that reference these in your module:

Example: HTTP input variable

# HTTP INPUT VARIABLE : HttpIn
PUBLIC DEFINE HttpIn WSHelper.tGlobalServerHttpInputVariableType

Example: HTTP output variable

# HTTP OUTPUT VARIABLE : HttpOut
PUBLIC DEFINE HttpOut WSHelper.tGlobalServerHttpOutputVariableType