Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Object Instantiating error

Participant ,
Oct 23, 2011 Oct 23, 2011

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.

TOPICS
Advanced techniques
578
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 03, 2011 Nov 03, 2011
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources