Skip to main content
vksrinu
Inspiring
October 23, 2011
Question

Object Instantiating error

  • October 23, 2011
  • 1 reply
  • 601 views

I have an working java code which invokes the SAP webserivce and the code is working fine. i am looking to use the same code in CF9 and getting the below error.

An exception occurred while instantiating a Java object. The class must not be an interface or an abstract class. If the class has a constructor that accepts an argument, you must call the constructor explicitly using the init(args) method. Error : ''

it looks the CF9 jars getting the conflicted with my jave classes. does any has knowledge on this error realted to webservice jars.

This topic has been closed for replies.

1 reply

BKBK
Community Expert
Community Expert
November 3, 2011

Could you show us the code you use to invoke the web service?