wsSetRequestURLParam (wsCONNECT)
Compatible with:
- Purpose
-
This command is used when some data needs to be sent to the service within the url as params for executing the serivce. This command takes input parameters from URL send this data to the specific service.This command can be repeated. The order in which the params are set using this command is the order in which the parameterized URL will be constructed when wsExecuteRequest instruction is executed within CE.
- Syntax
- wsSetRequestURLParam(paramName, value)
- Target
- paramName - Name of the parameter to send along with the URL
- Value
- value
- Return Value
- N/A
Example(s):
Click here to see the example