I wrote a Java class that has methods implementing calls to the Anet
Java API for processing basic credit card transactions. Works fine when
calling it from a web app, and I get valid responses back from Anet.
However, when trying to call it from Jav...