The Ping operation provides a basic mechanism for verifying AssureSign service connectivity and availability. This operation does not require any arguments.
Sample XML
<?xml version="1.0" encoding="utf-8"?>
<Ping xmlns="https://www.assuresign.net/Services/DocumentNOW/Ping" />
The SOAP Action header is
https://www.assuresign.net/Services/DocumentNOW/Ping/IPingService/Ping
The operation returns a simple response with a success flag set to "true":
<?xml version="1.0" encoding="utf-8"?>
<PingResponse xmlns="https://www.assuresign.net/Services/DocumentNOW/Ping">
<PingResult Success="true" />
</PingResponse>
No exceptions will be returned from this operation.