Training
Module
Work with XMLports in Dynamics 365 Business Central - Training
Learn how to define and use XMLports in AL, understand different nodes and properties, and apply them in AL code.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
This header is used by XML HTTP Extended Request. For more information, see:
msxml6.h contains the following programming interfaces:
IXMLHTTPRequest2 Provides the methods and properties needed to configure and send HTTP requests and use callbacks to receive notifications during HTTP response processing. Note This interface is supported on Windows Phone 8.1. . |
IXMLHTTPRequest2Callback Defines callbacks that notify an application with an outstanding IXMLHTTPRequest2 request of events that affect HTTP request and response processing. Note This interface is supported on Windows Phone 8.1. . |
IXMLHTTPRequest3 Provides the methods and properties needed to configure and send HTTP requests and use callbacks to receive notifications during HTTP response processing. |
IXMLHTTPRequest3Callback Defines callbacks that notify an application with an outstanding IXMLHTTPRequest3 request of events that affect HTTP request and response processing. |
XHR_CERT Defines a buffer that points to an encoded certificate. |
XHR_COOKIE Defines a cookie that you can add to the HTTP cookie jar by calling the SetCookie method or retrieve from the HTTP cookie jar by calling the GetCookie method. |
XHR_AUTH Specifies whether to allow authentication to be used to connect to a proxy or to connect to the HTTP server. |
XHR_CERT_ERROR_FLAG Defines flags that indicate server certificate errors during SSL negotiation with the server by handling the OnServerCertificateReceived method on the IXMLHTTPRequest3Callback interface. |
XHR_CERT_IGNORE_FLAG Defines flags that you can assign to an outgoing HTTP request to ignore certain certificate errors by calling the SetProperty method on the IXMLHTTPRequest3 interface. |
XHR_COOKIE_FLAG Defines a set of flags that you can assign to a cookie in the HTTP cookie jar by calling the SetCookie method or query from the HTTP cookie jar by calling the GetCookie method. |
XHR_COOKIE_STATE Specifies the state of the cookie. |
XHR_CRED_PROMPT Specifies whether to allow credential prompts to the user for authentication. |
XHR_PROPERTY Defines properties that you can assign to an outgoing HTTP request by calling the SetProperty method. |
Training
Module
Work with XMLports in Dynamics 365 Business Central - Training
Learn how to define and use XMLports in AL, understand different nodes and properties, and apply them in AL code.