AssureSign: DocumentNOW v2 Ping

  • 11 January 2022
  • 0 replies
  • 9 views

Userlevel 5
Badge +19

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.


0 replies

Be the first to reply!

Reply