Codeunit 1290 SOAP Web Service Request Mgt. in 21
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 17
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| SendRequestToWebService | () | Boolean | public | - |
| GetResponseContent | (var InStream) | public | - | |
| ProcessFaultResponse | (Text) | public | - | |
| SetGlobals | (InStream, Text, Text, Text) | public | - | |
| SetBasicCredentials | (Text, Text) | public | - | |
| SetAction | (Text) | public | - | |
| SetStreamEncoding | (TextEncoding) | public | - | |
| SetTimeout | (Integer) | public | - | |
| SetContentType | (Text) | public | - | |
| SetTraceMode | (Boolean) | public | - | |
| DisableHttpsCheck | () | public | - | |
| DisableProgressDialog | () | public | - | |
| HasJWTExpired | (Text) | Boolean | public | - |
| GetTokenValue | (Text, Text) | Text | public | - |
| GetTokenDateTimeValue | (Text, Text) | DateTime | public | - |
| GetTokenDetailsAsJson | (Text, var Text) | Boolean | public | - |
| GetTokenDetailsAsNameBuffer | (Text, var Record Name/Value Buffer) | Boolean | public | - |
Events, 1
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnBeforeCreateSoapRequest | (var OutStream, var InStream, var DotNet XmlDocument, var Text, var Text, var Boolean, var Boolean) | - |