Class TestCredentialsResponse
Properties
| NAME | TYPE | LENGTH | DESCRIPTION |
|---|---|---|---|
| returnValue | enum of Type ReturnValue | Possible responses are:
| |
| message | string |
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>
<TestCredentialsResponse xmlns="https://ssl.selectpayment.com/PV">
<TestCredentialsResult>
<returnValue>Success</returnValue>
<message>Operation successful</message>
</TestCredentialsResult>
</TestCredentialsResponse>
</soap:Body>
</soap:Envelope>