Share via


Codeunit "Http Web Request Mgt."

ID 1297
Namespace: System.Integration

Methods

ProcessFaultJsonResponse

[TryFunction]
procedure ProcessFaultJsonResponse(var ResponseJson: Text): Boolean

Parameters

Name Type Description
ResponseJson Text

Returns

Type Description
Boolean

ParseFaultJsonResponse

procedure ParseFaultJsonResponse(ResponseJson: Text): Text

Parameters

Name Type Description
ResponseJson Text

Returns

Type Description
Text

CheckUrl

[TryFunction]
procedure CheckUrl(Url: Text): Boolean

Parameters

Name Type Description
Url Text

Returns

Type Description
Boolean

SetTraceLogEnabled

procedure SetTraceLogEnabled(Enabled: Boolean)

Parameters

Name Type Description
Enabled Boolean

DisableUI

procedure DisableUI()

SetExpect

procedure SetExpect(expectValue: Boolean)

Parameters

Name Type Description
expectValue Boolean

AddBasicAuthentication

Obsolete

This element will become obsolete from version 25.0. Replaced by AddBasicAuthentication(BasicUserId: Text; BasicUserPassword: SecretText)

[NonDebuggable]
[Obsolete(Replaced by AddBasicAuthentication(BasicUserId: Text; BasicUserPassword: SecretText),25.0)]
procedure AddBasicAuthentication(BasicUserId: Text, BasicUserPassword: Text)

Parameters

Name Type Description
BasicUserId Text
BasicUserPassword Text

AddBasicAuthentication

[NonDebuggable]
procedure AddBasicAuthentication(BasicUserId: Text, BasicUserPassword: SecretText)

Parameters

Name Type Description
BasicUserId Text
BasicUserPassword SecretText

CreateInstream

procedure CreateInstream(var InStr: InStream)

Parameters

Name Type Description
InStr InStream

See also