Request payload type
Specifies whether the value in the Request payload property is a path to a file or a string.
Values:
- Text (default)
- The Request payload property contains the body of the web service request.
- File
- The Request payload property contains a full file path to a file that contains the body of the web service request. The payload file must have a file extension and the file path must include the payload file’s extension.
- Database name
- Job.WebService.PayloadType
Usage note: Request payload type is a positional job property. For information about using positional job properties, refer to the Information Center.