Skip to main content
Nintex Community Menu Bar

AssureSign: DocumentNOW v2 Ping

  • January 11, 2022
  • 0 replies
  • 15 views

butlerj
Nintex Employee
Forum|alt.badge.img+20

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.