Hi,
I am trying to implement CyberSource Simple Order API and I am getting an error on CFobject
Object Instantiation Exception. | |
An exception occurred when instantiating a Java object. The class must not be an interface or an abstract class. Error: com/cybersource/ws/client/ClientException. |
So far I've placed the .jar file into :\ColdFusion8\wwwroot\WEB-INF\lib directory and on my cfpage I got:
<cfobject action="create" type="Java" class="CyberSource" name="auth">
Does anyone have any experience with CyberSource or the source of the error code?
Thanks in advance!