Product Documentation

A few notes about the SOAP interface for the relay web service:

  1. The SOAP message sent to SAKA for the relay request embeds another SOAP Envelope containing the message to be relayed to the payment gateway. This might be confusing initially, but is acceptable to the appliance. Just make sure that samples of XML created for testing pass validation tests using xmllint against the XSD defined in SKLESRelaySchema.xsd.

  2. The relay service only performs HTTP POSTs; GETs are not supported at this time.

  3. The service allows for specifying any number of HTTP headers. HTTP parameters are not supported in this interface.

  4. The appliance will not print any sensitive decrypted/detokenized information in the server log.