Discuss this help topic in SecureBlackbox Forum

REST: Send an XML request

To send an XML REST request you need to

  1. prepare an XML request as an instance of TElXMLDOMDocument object;
  2. setup the REST client;
  3. 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