TestConnection
- Method
- Example Request
- Example Response
TestConnection(TestConnectionRequest)
This operation will allow you to ensure that your connection is active.
Declaration
<TestConnection xmlns="https://ssl.selectpayment.com/PV" />
Returns
| TYPE | DESCRIPTION |
|---|---|
| TestConnectionResponse |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:pv="https://ssl.selectpayment.com/PV">
<soapenv:Header/>
<soapenv:Body>
<pv:TestConnection/>
</soapenv:Body>
</soapenv:Envelope>
<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>