We have a classic asp using SIM that we need to migrate up to using the signature key w/o major overhaul. Please reference the example for classic asp to use the signature key in the Sim Developer guide, page32. That pretty much looks like ours.
#INCLUDE FILE=”simlib.asp”
ret = InsertFP (APIloginid, sequence, amount, txnkey)
Where can I get simlib.asp that has the InsertFP function and the lib it needs (like the old md5.asp)
Is there an exaample using the signature key fot the responseRelay?
Thanks