Discuss this help topic in SecureBlackbox Forum
REST: Send an XML request
To send an XML REST request you need to
- prepare an XML request as an instance of TElXMLDOMDocument object;
- setup the REST client;
- pass the prepared TElXMLDOMDocument to TElRESTClient.Post() or TElRESTClient.Put() method to send the request to the server;
How To articles about REST client
Discuss this help topic in SecureBlackbox Forum