Skip to main content

Class TestConnectionResponse


Properties

NAMETYPELENGTHDESCRIPTION
TestConnectionResponseboolValid responses are:
  • true - a connection was made
  • false – a connection was not made

Examples

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<TestConnectionResponse xmlns="https://ssl.selectpayment.com/PV">
<TestConnectionResult>true</TestConnectionResult>
</TestConnectionResponse>
</soap:Body>
</soap:Envelope>