GET api/Service

Unauthenticated Ping - allows your application to test if the service is online without signing your request.

Request Information

Request body formats

text/xml

Sample:
GET    https://secure.veri-tax.com/WebServices/api/service/ HTTP/1.1
          Content-Type: text/xml; charset=utf-8
          Accept: text/xml

Response Information

Response Body Formats

text/xml

Sample:
HTTP/1.1 200 OK
Server: Dradis Server/10.0.0.0
Date: Sat, 26 Apr 2025 00:58:24 GMT
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
Content-Type: application/xml; charset=utf-8
Content-Length: 444
Connection: Close

<PingResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://secure.veri-tax.com/WebServices/api/service/PingResponse">
  <Message>ACK</Message>
</PingResponse>