Product Documentation

A few notes about the HTTP interface for the Relay Webservice:

  1. The Relay service only performs HTTP POSTs; GETs are not supported at this time (although it might be in a future release);
  2. The service allows for specifying any number of HTTP headers, HTTP parameters and SKLES Tokens that need decrypting and substituting in the relay request to the gateway;
  3. All headers, parameters and tokens are specified in XML elements that must conform to the SKLESRelaySchema.xsd supplied with the module. If in doubt about your XML, test your sample XML with xmllint (on the Linux platform) against the XSD file. Fix any errors before sending the XML to the appliance;
  4. The appliance will not print any sensitive decrypted/detokenized information in the server log;