Test source code available for SCMD (Signature CMD) service operations
By José Pina Miranda | July 31, 2019 | 1 min. reading time
Version 1.0 of the source code that allows testing of the operations of the SCMD service (Signature CMD) according to version 1.6 of the Digital Mobile Key (CMD) signature service, using the python programming language (version 3), has been made available (at https://github.com/devisefutures/CMD-SOAP).
Three code files are available:
- cmd_soap_msg.py - contains the functions that prepare and execute the SCMD SOAP commands, namely:
- GetCertificate
- CCMovelSign
- CCMovelMultipleSign
- ValidateOtp
- _cmd_config.py - File that must be renamed to cmd_config.py and where to place the ApplicationId provided by AMA.
- test_cmd_wsdl.py - CLI to test the SCMD SOAP commands.
The source code is licensed under the GPL-3.0 license.