Hi Dw
I've created the system which will be allowing the user to perform the withdrawal transaction from a self service device so far I've created the side which will be inter reacting with the user which is prompting a user to insert the identification and key in the pin then get to the main menu where by if the user has funds on his account the screen will prompt him to enter the amount he want to withdraw not exceeding the CurrentBal so now what I want now is to create the interface not the UI but the interface that will send the withdrawal commands to the physical cash dispenser, I've tried using the jpos but it produced lots of errors then on my research I came across this simulating article which when I tried it out it resolved the errors that I had and it runs but since it the simulation I don't think it will send these commands so I found that in order to send these type of commands I have to use an interface which I tried it while following the approach of this article http://staff.science.uva.nl/~fdevries/java/java1112/voorbeeldcode/dd.examples.8e/examples/ch13/CashDispenser.java but there were some errors if I put the public void method so I don't know if there can be anyone who can help me in solving this problem. Thank you