---
title: "Codeunit 1290 SOAP Web Service Request Mgt."
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/1290-soap-web-service-request-mgt/
type: codeunit
id: 1290
name: "SOAP Web Service Request Mgt."
app: "Base Application"
namespace: System.Integration
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/1290-soap-web-service-request-mgt/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Codeunit 1290 SOAP Web Service Request Mgt.

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/1290-soap-web-service-request-mgt/

| | |
| --- | --- |
| App | Base Application |
| Namespace | System.Integration |
| Versions | 17-28 |
| Source file | System/SOAPWebServiceRequestMgt.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| SendRequestToWebService | () | Boolean | public | 17-28 | - | - |
| GetResponseContent | (var InStream) | - | public | 17-28 | - | - |
| ProcessFaultResponse | (Text) | - | public | 17-28 | - | - |
| SetGlobals | (InStream, Text, Text, Text) | - | public | 17-27 | Pending 25.0 | Replaced by SetGlobals(RequestBodyInStream: InStream; URL: Text; Username: Text; Password: SecretText) |
| SetBasicCredentials | (Text, Text) | - | public | 17-27 | Pending 25.0 | Replaced by SetBasicCredentials(Username: Text; Password: SecretText) |
| SetAction | (Text) | - | public | 17-28 | - | - |
| SetStreamEncoding | (TextEncoding) | - | public | 17-28 | - | - |
| SetTimeout | (Integer) | - | public | 17-28 | - | - |
| SetContentType | (Text) | - | public | 17-28 | - | - |
| SetTraceMode | (Boolean) | - | public | 17-28 | - | - |
| DisableHttpsCheck | () | - | public | 17-28 | - | - |
| DisableProgressDialog | () | - | public | 17-28 | - | - |
| HasJWTExpired | (Text) | Boolean | public | 17-27 | Pending 25.0 | Replaced by HasJWTExpired(JsonWebToken: SecretText) |
| GetTokenValue | (Text, Text) | Text | public | 17-28 | - | - |
| GetTokenDateTimeValue | (Text, Text) | DateTime | public | 17-28 | - | - |
| GetTokenDetailsAsJson | (Text, var Text) | Boolean | public | 17-27 | Pending 25.0 | Replaced by GetTokenDetailsAsJson(JsonWebToken: SecretText; var WebTokenAsJson: Text) |
| GetTokenDetailsAsNameBuffer | (Text, var Record Name/Value Buffer) | Boolean | public | 17-27 | Pending 25.0 | Replaced by GetTokenDetailsAsNameBuffer(JsonWebToken: SecretText; var Buffer: Record "Name/Value Buffer") |
| SetGlobals | (InStream, Text, Text, SecretText) | - | public | 25-28 | - | - |
| SetBasicCredentials | (Text, SecretText) | - | public | 25-28 | - | - |
| HasJWTExpired | (SecretText) | Boolean | public | 25-28 | - | - |
| GetTokenDetailsAsJson | (SecretText, var Text) | Boolean | public | 25-28 | - | - |
| GetTokenDetailsAsNameBuffer | (SecretText, var Record Name/Value Buffer) | Boolean | public | 25-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnBeforeCreateSoapRequest | (var OutStream, var InStream, var DotNet XmlDocument, var Text, var Text, var Boolean, var Boolean) | 17-28 | - | - |

## Source

Symbols: Microsoft.BaseApplication.symbols.437dbf0e-84ff-417a-965d-ed2bb9650972, https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json, highest build per major on 2026-09-20.
AL source 29: https://github.com/microsoft/BCApps, MIT, releases/29.x at a66254c3b8b5bb1cea290dc8f9d097aec4381153.

Jonas Paprotka, 2026-09-20.
