stopWorkflow($stopWFsRequest)
stopWorkflow should be called when a digital signature user needs to stop a workflow. It can be retrieved via a soap request using the "stopWorkflow" method to https://api.maxsignatures.com/MdDigitalSignatureStopWorkflowApi.php?wsdl.
stopWFsRequest:{
accountInfo:{
//used to authenticate the user who upload the document
username:'',
//account name, for example: abc@mdemail.md
password:'',
//password
},
workflowId:''
//the id of the workflow that is going to close
}
Response
getWFsResponse:{
code:'',
//string type. A response code. This will be "000" if there is no error
message:''
//string type. A description of the response code
}
Sample Code (using NuSoap) (PHP)
The xml for the WSDL can be found here