ias
Version:
A node client to interface with IAS soap web services
10 lines • 522 B
text/xml
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<ConfirmElectronicSignaturesResponse xmlns="https://api.iasdirect.com/ElectronicProcessing">
<ConfirmElectronicSignaturesResult xmlns:a="http://schemas.datacontract.org/2004/07/IAS" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<a:ErrorDescription>Success</a:ErrorDescription>
<a:ErrorOccurred>false</a:ErrorOccurred>
</ConfirmElectronicSignaturesResult>
</ConfirmElectronicSignaturesResponse>
</s:Body>
</s:Envelope>