A company provides to me with a DLL that allows to verify information of banking documents. I must create an application that allows to enter the number of the document, to send parameters to the DLL, and gives back the state to me of this document (it is the only form that it works). The first idea is to have centralized the DLL, to put it in webservices that receive parameters, give these parameters to the DLL, process info and give return result, to give back it… is this possible one?
Felissa