SetupHttp Procedure
This function is used to setup the Web Wrapper according to the settings in IQ Communication Method Http GET and Http POST.
Overloads
Name | Description |
---|---|
SetupHttp(Record "QWESR IQCM Http"; Codeunit "QWETB Web Wrapper") | This function is used to setup the Web Wrapper according to the settings in IQ Communication Method Http GET and Http POST. |
SetupHttp(Record "QWESR IQCM Http"; Codeunit "QWETB Web Wrapper"; Dictionary of [Text, Text]) | This function is used to setup the Web Wrapper according to the settings in IQ Communication Method Http GET and Http POST. |
SetupHttp(Record "QWESR IQCM Http"; Codeunit "QWETB Web Wrapper") Procedure
This function is used to setup the Web Wrapper according to the settings in IQ Communication Method Http GET and Http POST.
Signature
SetupHttp(IQCMHttp: Record "QWESR IQCM Http"; var WebWrapper: Codeunit "QWETB Web Wrapper")
Parameters
IQCMHttp
Record "QWESR IQCM Http"
The settings record.
var WebWrapper
Codeunit "QWETB Web Wrapper"
The Web Wrapper instance that will be configured and returned.
SetupHttp(Record "QWESR IQCM Http"; Codeunit "QWETB Web Wrapper"; Dictionary of [Text, Text]) Procedure
This function is used to setup the Web Wrapper according to the settings in IQ Communication Method Http GET and Http POST.
Signature
SetupHttp(IQCMHttp: Record "QWESR IQCM Http"; var WebWrapper: Codeunit "QWETB Web Wrapper"; ReplaceArguments: Dictionary of [Text, Text])
Parameters
IQCMHttp
Record "QWESR IQCM Http"
The settings record.
var WebWrapper
Codeunit "QWETB Web Wrapper"
The Web Wrapper instance that will be configured and returned.
ReplaceArguments
Dictionary of [Text, Text]
The list of arguments that will be replaced.
This documentation is generated from Spider v27.0