Recurring Billing Service from VeriSign
I just managed to get the
Recurring Billing Service from VeriSign working with my app. The JDK version I downloaded worked fine, but when I tried to use the example code in an EJB helper class, it couldn't find the certificate. I found an
example which gave me a clue to using SSL. I looked for help on
using SSL with JBoss, but eventually settled for copying the
Versign cert directory under jboss/bin. Now it works, at least in test mode.